aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--man3/strerror.34
1 files changed, 2 insertions, 2 deletions
diff --git a/man3/strerror.3 b/man3/strerror.3
index 15f8fe1254..c5c27ec61b 100644
--- a/man3/strerror.3
+++ b/man3/strerror.3
@@ -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 ().