diff options
author | 2010-01-03 13:24:09 +0000 | |
---|---|---|
committer | 2010-01-03 13:24:09 +0000 | |
commit | f166e380bf17a0511cf6967f3f5d2c77bbbbfc6a (patch) | |
tree | 4378bf0a62710c7cdc6a79036586d984ee9a7251 /lib/libc | |
parent | Options to set the colour of the pane borders, with different colours for the (diff) | |
download | wireguard-openbsd-f166e380bf17a0511cf6967f3f5d2c77bbbbfc6a.tar.xz wireguard-openbsd-f166e380bf17a0511cf6967f3f5d2c77bbbbfc6a.zip |
blank lines not allowed outside literal context;
syntax errors found by mandoc(1), also required to fix the mandoc build;
ok jmc@
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/time/time2posix.3 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/libc/time/time2posix.3 b/lib/libc/time/time2posix.3 index cb7e4415f7a..9f28fc6a82e 100644 --- a/lib/libc/time/time2posix.3 +++ b/lib/libc/time/time2posix.3 @@ -1,5 +1,5 @@ -.\" $OpenBSD: time2posix.3,v 1.15 2007/05/31 19:19:34 jmc Exp $ -.Dd $Mdocdate: May 31 2007 $ +.\" $OpenBSD: time2posix.3,v 1.16 2010/01/03 13:24:09 schwarze Exp $ +.Dd $Mdocdate: January 3 2010 $ .Dt TIME2POSIX 3 .Os .Sh NAME @@ -111,9 +111,9 @@ DATE TIME T X=time2posix(T) posix2time(X) 93/06/30 23:59:60 A+1 B+1 A+1 or A+2 93/07/01 00:00:00 A+2 B+1 A+1 or A+2 93/07/01 00:00:01 A+3 B+2 A+3 - +.sp A leap second deletion would look like... - +.sp DATE TIME T X=time2posix(T) posix2time(X) ??/06/30 23:59:58 A+0 B+0 A+0 ??/07/01 00:00:00 A+1 B+2 A+1 |