svn commit: r229199 - head/share/man/man9
Ed Schouten
ed at FreeBSD.org
Sun Jan 1 20:30:48 UTC 2012
Author: ed
Date: Sun Jan 1 20:30:48 2012
New Revision: 229199
URL: http://svn.freebsd.org/changeset/base/229199
Log:
Fix typo; return -> returns.
Modified:
head/share/man/man9/memcchr.3
Modified: head/share/man/man9/memcchr.3
==============================================================================
--- head/share/man/man9/memcchr.3 Sun Jan 1 20:26:11 2012 (r229198)
+++ head/share/man/man9/memcchr.3 Sun Jan 1 20:30:48 2012 (r229199)
@@ -46,7 +46,7 @@ in string
.Sh RETURN VALUES
The
.Fn memcchr
-function return a pointer to the byte located, or NULL if no such byte
+function returns a pointer to the byte located, or NULL if no such byte
exists within
.Fa len
bytes.
More information about the svn-src-all
mailing list