[Midnightbsd-cvs] src [7865] trunk/lib/libc/string/strerror.3: correct bugs section of strerror(3) man page

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Wed Sep 14 12:15:59 EDT 2016


Revision: 7865
          http://svnweb.midnightbsd.org/src/?rev=7865
Author:   laffer1
Date:     2016-09-14 12:15:59 -0400 (Wed, 14 Sep 2016)
Log Message:
-----------
correct bugs section of strerror(3) man page

Modified Paths:
--------------
    trunk/lib/libc/string/strerror.3

Modified: trunk/lib/libc/string/strerror.3
===================================================================
--- trunk/lib/libc/string/strerror.3	2016-09-14 16:15:09 UTC (rev 7864)
+++ trunk/lib/libc/string/strerror.3	2016-09-14 16:15:59 UTC (rev 7865)
@@ -174,10 +174,10 @@
 by
 .An Wes Peters Aq wes at FreeBSD.org .
 .Sh BUGS
-For unknown error numbers, the
+The
 .Fn strerror
-function will return its result in a static buffer which
-may be overwritten by subsequent calls.
+function returns its result in a static buffer which
+will be overwritten by subsequent calls.
 .Pp
 The return type for
 .Fn strerror



More information about the Midnightbsd-cvs mailing list