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/stdtime | |
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/stdtime')
-rw-r--r-- | lib/libc/stdtime/ctime.3 | 4 |
1 files changed, 2 insertions, 2 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 |