diff options
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/stdtime/ctime.3 | 4 | ||||
-rw-r--r-- | lib/libc/sys/getlogin.2 | 4 | ||||
-rw-r--r-- | lib/libc/sys/sigwait.2 | 2 |
3 files changed, 5 insertions, 5 deletions
diff --git a/lib/libc/stdtime/ctime.3 b/lib/libc/stdtime/ctime.3 index 326a2c1..989db25 100644 --- a/lib/libc/stdtime/ctime.3 +++ b/lib/libc/stdtime/ctime.3 @@ -290,7 +290,7 @@ and functions conform to .St -isoC , and conform to -.St -p1003.1 +.St -p1003.1-96 provided the selected local timezone does not contain a leap-second table (see .Xr zic 8 ) . @@ -302,7 +302,7 @@ The and .Fn localtime_r functions are expected to conform to -.St -iso9945-1 +.St -p1003.1-96 (again provided the selected local timezone does not contain a leap-second table). .Pp diff --git a/lib/libc/sys/getlogin.2 b/lib/libc/sys/getlogin.2 index 4015da5..c52bb2e 100644 --- a/lib/libc/sys/getlogin.2 +++ b/lib/libc/sys/getlogin.2 @@ -193,10 +193,10 @@ The return value of was changed from earlier versions of .Fx to be conformant with -.St -iso9945-1 . +.St -p1003.1-96 . .Sh STANDARDS .Fn getlogin and .Fn getlogin_r conform to -.St -iso9945-1 . +.St -p1003.1-96 . diff --git a/lib/libc/sys/sigwait.2 b/lib/libc/sys/sigwait.2 index 3852bd9..818a623 100644 --- a/lib/libc/sys/sigwait.2 +++ b/lib/libc/sys/sigwait.2 @@ -81,4 +81,4 @@ specifies one or more invalid signal numbers. .Sh STANDARDS .Fn sigwait conforms to -.St -iso9945-1 +.St -p1003.1-96 |