public inbox for newlib-cvs@sourceware.org
help / color / mirror / Atom feed
* [newlib-cygwin] newlib: strnstr: drop traditional synopisis
@ 2017-08-30 14:50 Corinna Vinschen
0 siblings, 0 replies; only message in thread
From: Corinna Vinschen @ 2017-08-30 14:50 UTC (permalink / raw)
To: newlib-cvs
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=5fc315b597debc918e93aa21d2f23f4f82051904
commit 5fc315b597debc918e93aa21d2f23f4f82051904
Author: Corinna Vinschen <corinna@vinschen.de>
Date: Wed Aug 30 16:45:36 2017 +0200
newlib: strnstr: drop traditional synopisis
Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
Diff:
---
newlib/libc/string/strnstr.c | 7 -------
1 file changed, 7 deletions(-)
diff --git a/newlib/libc/string/strnstr.c b/newlib/libc/string/strnstr.c
index fcceebc..ce32d0f 100644
--- a/newlib/libc/string/strnstr.c
+++ b/newlib/libc/string/strnstr.c
@@ -9,13 +9,6 @@ ANSI_SYNOPSIS
#include <string.h>
size_t strnstr(const char *<[s1]>, const char *<[s2]>, size_t <[n]>);
-TRAD_SYNOPSIS
- #include <string.h>
- size_t strnstr(<[s1]>, <[s2]>, <[n]>)
- char *<[s1]>;
- char *<[s2]>;
- size_t <[n]>;
-
DESCRIPTION
Locates the first occurrence in the string pointed to by <[s1]> of
the sequence of limited to the <[n]> characters in the string
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2017-08-30 14:50 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-08-30 14:50 [newlib-cygwin] newlib: strnstr: drop traditional synopisis Corinna Vinschen
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).