diff options
author | ru <ru@FreeBSD.org> | 2001-02-26 14:48:38 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2001-02-26 14:48:38 +0000 |
commit | ec147c6b0dc5fff40d4e3ffdb1898bb56493372d (patch) | |
tree | 8a12e296bb93a8a632d22c31d3a213955b609486 /lib/libc | |
parent | 9a56ee4b1049d66a62cd4178495a4f9dae720b9f (diff) | |
download | FreeBSD-src-ec147c6b0dc5fff40d4e3ffdb1898bb56493372d.zip FreeBSD-src-ec147c6b0dc5fff40d4e3ffdb1898bb56493372d.tar.gz |
/^\.St/ s/-iso9945-1/-p1003.1-96/
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 |