diff options
Diffstat (limited to 'man3/strerror.3')
| -rw-r--r-- | man3/strerror.3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/man3/strerror.3 b/man3/strerror.3 index 427527b0d2..cc905b6187 100644 --- a/man3/strerror.3 +++ b/man3/strerror.3 @@ -63,7 +63,7 @@ No library function will modify this string. The \fBstrerror_r\fP() function is similar to \fBstrerror\fP(), but is thread safe. This function is available in two versions: -an XSI-compliant version specified in SUSv3, +an XSI-compliant version specified in POSIX.1-2001, and a GNU-specific version (available since glibc 2.0). If _XOPEN_SOURCE is defined with the value 600, then the XSI-compliant version is provided, @@ -115,13 +115,13 @@ is not a valid error number. Insufficient storage was supplied to contain the error description string. .SH "CONFORMING TO" -POSIX.1 +POSIX.1-2001. The GNU-specific .BR strerror_r () function is a non-standard extension. -POSIX.1 permits +POSIX.1-2001 permits .BR strerror () to set .I errno |
