Unlike strerror_r(), strerror_l() doesn't take buffer length as an argument. Signed-off-by: Jakub Wilk <jwilk@xxxxxxxxx> --- man3/strerror.3 | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/man3/strerror.3 b/man3/strerror.3 index 0658cdede..9980c758e 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), -- 2.20.1