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>
This commit is contained in:
Jakub Wilk 2019-03-06 10:41:11 +01:00 committed by Michael Kerrisk
parent e91fc44670
commit 9e6513b51f
1 changed files with 1 additions and 3 deletions

View File

@ -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),