BZ#13291: Manual typo fix for strverscmp.
authorRoland McGrath <roland@hack.frob.com>
Thu, 13 Oct 2011 16:49:28 +0000 (09:49 -0700)
committerRoland McGrath <roland@hack.frob.com>
Thu, 13 Oct 2011 16:49:28 +0000 (09:49 -0700)
ChangeLog
manual/string.texi

index 9e61f35..89611bd 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2011-10-13  Roland McGrath  <roland@hack.frob.com>
+
+       [BZ #13291]
+       * manual/string.texi (String/Array Comparison): Typo fix in strverscmp.
+
 2011-10-13  Andreas Schwab  <schwab@redhat.com>
 
        * sysdeps/x86_64/fpu/fraiseexcpt.c: Add __feraiseexcept alias.
index 2fe6039..f7d4ebe 100644 (file)
@@ -1249,10 +1249,10 @@ strncmp ("hello, world", "hello, stupid world!!!", 5)
 @comment GNU
 @deftypefun int strverscmp (const char *@var{s1}, const char *@var{s2})
 The @code{strverscmp} function compares the string @var{s1} against
-@var{s2}, considering them as holding indices/version numbers.  Return
-value follows the same conventions as found in the @code{strverscmp}
-function.  In fact, if @var{s1} and @var{s2} contain no digits,
-@code{strverscmp} behaves like @code{strcmp}.
+@var{s2}, considering them as holding indices/version numbers.  The
+return value follows the same conventions as found in the
+@code{strcmp} function.  In fact, if @var{s1} and @var{s2} contain no
+digits, @code{strverscmp} behaves like @code{strcmp}.
 
 Basically, we compare strings normally (character by character), until
 we find a digit in each string - then we enter a special comparison