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.
_______________________________________________
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to