From 154e01afc1b14facea2d6f7ec96ec9af7f782570 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Thu, 2 Feb 2017 09:11:37 +1300 Subject: [PATCH] strerror.3: tfix Signed-off-by: Michael Kerrisk --- man3/strerror.3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man3/strerror.3 b/man3/strerror.3 index 511a4a31e..15f8fe125 100644 --- a/man3/strerror.3 +++ b/man3/strerror.3 @@ -259,7 +259,7 @@ 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 .BR strerror (). -This buffer size therefore should be suffcient to avoid an +This buffer size therefore should be sufficient to avoid an .B ERANGE error in .BR strerror_r ()