From 997fdf4ae03fc53ec3f494542e4009aae0d1039c Mon Sep 17 00:00:00 2001 From: dj Date: Thu, 27 Sep 2001 19:55:37 +0000 Subject: * libiberty.texi: (Top level): Add syncodeindex pg. Add @dircategory and @direntry directives. Add @finalout. (many nodes): Lose the next,prev,up pointers on the @nide line. (Using, Supplemental Functions, Replacement Functions): Fix markup. (Functions): Move around, to allow makeinfo to build the manual without next,prev,up pointers in thye node lines. (Licenses): Fix typos. * index.c, rindex.c, strchr.c, strerror.c, strrchr.c, strstr.c, strtol.c, xatexit.c, xexit.c, xmalloc.c: Fix spelling and markup. * functions.texi: Regenerate. * copying-lib.texi: Lose the next,prev,up pointers on the @node line. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@45847 138bc75d-0d04-0410-961f-82ee72b054a4 --- libiberty/strstr.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libiberty/strstr.c') diff --git a/libiberty/strstr.c b/libiberty/strstr.c index e7360341bc0..ffe1d10fc9e 100644 --- a/libiberty/strstr.c +++ b/libiberty/strstr.c @@ -6,8 +6,8 @@ @deftypefn Supplemental char* strstr (const char *@var{string}, const char *@var{sub}) This function searches for the substring @var{sub} in the string -@var{string}, not including the terminating NUL characters. A pointer -to the first occurance of @var{sub} is returned, or NULL if the +@var{string}, not including the terminating null characters. A pointer +to the first occurrence of @var{sub} is returned, or NULL if the substring is absent. If @var{sub} points to a string with zero length, the function returns @var{string}. -- cgit v1.2.1