aboutsummaryrefslogtreecommitdiffstats
path: root/man3
diff options
context:
space:
mode:
authorJakub Wilk <jwilk@jwilk.net>2019-03-06 10:41:11 +0100
committerMichael Kerrisk <mtk.manpages@gmail.com>2019-03-08 17:37:43 +0100
commit9e6513b51fec69aa00fa5f9b72b80568b0d1fa92 (patch)
treef9fefb9e74a7ea90cf847c743a00810466af430f /man3
parente91fc44670f9c5920f04f12f7102aefca9965433 (diff)
downloadman-pages-9e6513b51fec69aa00fa5f9b72b80568b0d1fa92.tar.gz
strerror.3: Don't discuss buffer size for strerror_l()
Unlike strerror_r(), strerror_l() doesn't take buffer length as an argument. Signed-off-by: Jakub Wilk <jwilk@jwilk.net> Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
Diffstat (limited to 'man3')
-rw-r--r--man3/strerror.34
1 files changed, 1 insertions, 3 deletions
diff --git a/man3/strerror.3 b/man3/strerror.3
index 7751b7c2a8..af95ae3054 100644
--- a/man3/strerror.3
+++ b/man3/strerror.3
@@ -262,9 +262,7 @@ The GNU C Library uses a buffer of 1024 characters for
This buffer size therefore should be sufficient to avoid an
.B ERANGE
error when calling
-.BR strerror_r ()
-and
-.BR strerror_l ().
+.BR strerror_r ().
.SH SEE ALSO
.BR err (3),
.BR errno (3),