svn commit: r200095 - head/lib/libc/string

Tom Rhodes trhodes at FreeBSD.org
Fri Dec 4 09:20:20 UTC 2009


Author: trhodes
Date: Fri Dec  4 09:20:20 2009
New Revision: 200095
URL: http://svn.freebsd.org/changeset/base/200095

Log:
  Add a missing word to a sentence in the return values section.

Modified:
  head/lib/libc/string/strcmp.3

Modified: head/lib/libc/string/strcmp.3
==============================================================================
--- head/lib/libc/string/strcmp.3	Fri Dec  4 07:10:18 2009	(r200094)
+++ head/lib/libc/string/strcmp.3	Fri Dec  4 09:20:20 2009	(r200095)
@@ -75,7 +75,7 @@ The
 .Fn strcmp
 and
 .Fn strncmp
-return an integer greater than, equal to, or less than 0, according
+functions return an integer greater than, equal to, or less than 0, according
 as the string
 .Fa s1
 is greater than, equal to, or less than the string


More information about the svn-src-all mailing list