diff options
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 |