Date: Fri, 4 Dec 2009 09:20:20 +0000 (UTC) From: Tom Rhodes <trhodes@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r200095 - head/lib/libc/string Message-ID: <200912040920.nB49KKf7048600@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200912040920.nB49KKf7048600>