diff options
Diffstat (limited to 'man3/strsignal.3')
| -rw-r--r-- | man3/strsignal.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/man3/strsignal.3 b/man3/strsignal.3 index 3d4aeef06c..8c82a6f97f 100644 --- a/man3/strsignal.3 +++ b/man3/strsignal.3 @@ -79,8 +79,8 @@ The .BR strsignal () function returns the appropriate description string, or an unknown signal message if the signal number is invalid. -On some systems (but not on Linux), a NULL pointer may be -returned instead for an invalid signal number. +On some systems (but not on Linux), NULL may instead be +returned for an invalid signal number. .SH CONFORMING TO POSIX.1-2008. Present on Solaris and the BSDs. |
