From 926fc5d51455c1de42cdf7cf751f5dcaae6f5b60 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Sun, 9 Mar 2014 21:08:56 +0100 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 0020c09bb..40cf75742 100644 --- a/man3/strerror.3 +++ b/man3/strerror.3 @@ -77,7 +77,7 @@ part of the current locale to select the appropriate language. .I errnum is .BR EINVAL , -the returned description will "Invalid argument".) +the returned description will be "Invalid argument".) This string must not be modified by the application, but may be modified by a subsequent call to .BR strerror ().