diff options
author | ru <ru@FreeBSD.org> | 2000-12-29 14:08:20 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2000-12-29 14:08:20 +0000 |
commit | 8ba41876884256f20dce333e0a239a8555ee2670 (patch) | |
tree | 406fdc6bd2e9339a476078f0728594ca5e4102f4 /lib/libc/stdtime/time2posix.3 | |
parent | f6aeda2758e1076d8ebfb1ef7f190c7f3ed5fb8a (diff) | |
download | FreeBSD-src-8ba41876884256f20dce333e0a239a8555ee2670.zip FreeBSD-src-8ba41876884256f20dce333e0a239a8555ee2670.tar.gz |
Prepare for mdoc(7)NG.
Diffstat (limited to 'lib/libc/stdtime/time2posix.3')
-rw-r--r-- | lib/libc/stdtime/time2posix.3 | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/lib/libc/stdtime/time2posix.3 b/lib/libc/stdtime/time2posix.3 index edef397..c64879b 100644 --- a/lib/libc/stdtime/time2posix.3 +++ b/lib/libc/stdtime/time2posix.3 @@ -88,19 +88,19 @@ and back from, the POSIX representation over the leap second inserted at the end of June, 1993. .Bl -column "93/06/30" "23:59:59" "A+0" "X=time2posix(T)" -.It Sy DATE TIME T X=time2posix(T) posix2time(X) -.It 93/06/30 23:59:59 A+0 B+0 A+0 -.It 93/06/30 23:59:60 A+1 B+1 A+1 or A+2 -.It 93/07/01 00:00:00 A+2 B+1 A+1 or A+2 -.It 93/07/01 00:00:01 A+3 B+2 A+3 +.It Sy "DATE TIME T X=time2posix(T) posix2time(X)" +.It "93/06/30 23:59:59 A+0 B+0 A+0" +.It "93/06/30 23:59:60 A+1 B+1 A+1 or A+2" +.It "93/07/01 00:00:00 A+2 B+1 A+1 or A+2" +.It "93/07/01 00:00:01 A+3 B+2 A+3" .El .Pp A leap second deletion would look like... .Bl -column "??/06/30" "23:59:58" "A+0" "X=time2posix(T)" -.It Sy DATE TIME T X=time2posix(T) posix2time(X) -.It ??/06/30 23:59:58 A+0 B+0 A+0 -.It ??/07/01 00:00:00 A+1 B+2 A+1 -.It ??/07/01 00:00:01 A+2 B+3 A+2 +.It Sy "DATE TIME T X=time2posix(T) posix2time(X)" +.It "??/06/30 23:59:58 A+0 B+0 A+0" +.It "??/07/01 00:00:00 A+1 B+2 A+1" +.It "??/07/01 00:00:01 A+2 B+3 A+2" .El .Pp .D1 No "[Note: posix2time(B+1) => A+0 or A+1]" |