diff options
author | dds <dds@FreeBSD.org> | 2006-12-03 19:26:17 +0000 |
---|---|---|
committer | dds <dds@FreeBSD.org> | 2006-12-03 19:26:17 +0000 |
commit | 782cf0f37f7f5ef3a120b8093bd00fd8115109b3 (patch) | |
tree | af269e86343d20aeda151c7ff2d503d873f9c425 /lib/libc | |
parent | db1000c626e71b479ab08f67c281717e1e1c635f (diff) | |
download | FreeBSD-src-782cf0f37f7f5ef3a120b8093bd00fd8115109b3.zip FreeBSD-src-782cf0f37f7f5ef3a120b8093bd00fd8115109b3.tar.gz |
Minor clarification.
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/gen/err.3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/gen/err.3 b/lib/libc/gen/err.3 index 5eddc9f..5abf7c1 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 |