From aeecffebe50e876dd229e3af1a19fa226c23b8d3 Mon Sep 17 00:00:00 2001 From: Diomidis Spinellis Date: Sun, 3 Dec 2006 19:26:17 +0000 Subject: [PATCH] Minor clarification. --- lib/libc/gen/err.3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/libc/gen/err.3 b/lib/libc/gen/err.3 index 5eddc9fb863..5abf7c1043e 100644 --- a/lib/libc/gen/err.3 +++ b/lib/libc/gen/err.3 @@ -114,7 +114,7 @@ and .Fn vwarnc functions append an error message obtained from .Xr strerror 3 -based on a code or the global variable +based on a supplied error code value or the global variable .Va errno , preceded by another colon and space unless the .Fa fmt