diff options
author | Robert Nordier <rnordier@FreeBSD.org> | 1998-10-29 22:08:59 +0000 |
---|---|---|
committer | Robert Nordier <rnordier@FreeBSD.org> | 1998-10-29 22:08:59 +0000 |
commit | 4a3bc52a9ced9d7c7be5c47fb88dacdd443aadaf (patch) | |
tree | 35710ec73960f55e7eab699a39366d1014ab6e05 /lib/libc/string | |
parent | 94cc9718114cc3d058300cd9d5214ab62d51ad1e (diff) |
(Whoops: make it better instead of worse this time). Clarify
processing of the string argument by perror().
Notes
Notes:
svn path=/head/; revision=40735
Diffstat (limited to 'lib/libc/string')
-rw-r--r-- | lib/libc/string/strerror.3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/string/strerror.3 b/lib/libc/string/strerror.3 index 498eba0af7ec..ecb827841a86 100644 --- a/lib/libc/string/strerror.3 +++ b/lib/libc/string/strerror.3 @@ -81,7 +81,7 @@ If the argument .Fa string is .Pf non- Dv NULL -or points to the null character, +and does not point to the null character, this string is prepended to the message string and separated from it by a colon and space |