]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
strerror.3: Don't discuss buffer size for strerror_l()
authorJakub Wilk <jwilk@jwilk.net>
Wed, 6 Mar 2019 09:41:11 +0000 (10:41 +0100)
committerMichael Kerrisk <mtk.manpages@gmail.com>
Fri, 8 Mar 2019 16:37:43 +0000 (17:37 +0100)
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>
man3/strerror.3

index 7751b7c2a8268eaaad6c5ca750ffb3206792b53b..af95ae3054f22295627c0d3305a90039ce80405f 100644 (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),