From d68684162bd587ffe94c0f62c9504e5841855ba5 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Wed, 26 Jan 2005 02:39:20 +0000 Subject: * manual/memory.texi (sbrk): Fix definition. * manual/string.texi (strcasestr): Fix example typo. 2005-01-25 Roland McGrath * sysdeps/generic/syslog.c [NO_SIGPIPE]: Protect sigpipe_handler decl. --- manual/string.texi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'manual/string.texi') diff --git a/manual/string.texi b/manual/string.texi index 21ab71461a..d9de12996e 100644 --- a/manual/string.texi +++ b/manual/string.texi @@ -1781,9 +1781,9 @@ uppercase and lowercase characters are related. For example, @smallexample -strstr ("hello, world", "L") +strcasestr ("hello, world", "L") @result{} "llo, world" -strstr ("hello, World", "wo") +strcasestr ("hello, World", "wo") @result{} "World" @end smallexample @end deftypefun -- cgit 1.4.1