]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
strerror.3: Minor tweak's to Heinrich Schuchardt's patch
authorMichael Kerrisk <mtk.manpages@gmail.com>
Wed, 1 Feb 2017 20:13:02 +0000 (09:13 +1300)
committerMichael Kerrisk <mtk.manpages@gmail.com>
Wed, 1 Feb 2017 20:13:02 +0000 (09:13 +1300)
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
man3/strerror.3

index 15f8fe1254135792d5f0938534e28f8a31516412..c5c27ec61b3d1f95d061faff2610b313dabe14fa 100644 (file)
@@ -257,11 +257,11 @@ to
 if the error number is unknown.
 C99 and POSIX.1-2008 require the return value to be non-NULL.
 .SH NOTES
-The GNU C Library, version 2.25 uses a buffer of 1024 characters for
+The GNU C Library uses a buffer of 1024 characters for
 .BR strerror ().
 This buffer size therefore should be sufficient to avoid an
 .B ERANGE
-error in
+error when calling
 .BR strerror_r ()
 and
 .BR strerror_l ().