diff options
author | 2002-05-01 08:03:29 +0000 | |
---|---|---|
committer | 2002-05-01 08:03:29 +0000 | |
commit | ee997aea819580341aee10df113db886cac4a60f (patch) | |
tree | bc9dda5eb363d6052f48626ddd3c19b14321f792 /lib/libc/time | |
parent | Change WI_PORTTYPE_IBSS to 4. This change got lost in the big ibss (diff) | |
download | wireguard-openbsd-ee997aea819580341aee10df113db886cac4a60f.tar.xz wireguard-openbsd-ee997aea819580341aee10df113db886cac4a60f.zip |
o) start new sentence on a new line;
o) always close .Bl tags;
o) fix usage of .Xr;
millert@ ok
Diffstat (limited to 'lib/libc/time')
-rw-r--r-- | lib/libc/time/strftime.3 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/libc/time/strftime.3 b/lib/libc/time/strftime.3 index 3537f491705..683295c2986 100644 --- a/lib/libc/time/strftime.3 +++ b/lib/libc/time/strftime.3 @@ -34,7 +34,7 @@ .\" SUCH DAMAGE. .\" .\" from: @(#)strftime.3 5.12 (Berkeley) 6/29/91 -.\" $OpenBSD: strftime.3,v 1.13 2001/07/15 20:13:45 nate Exp $ +.\" $OpenBSD: strftime.3,v 1.14 2002/05/01 08:03:30 mpech Exp $ .\" .Dd January 18, 1998 .Dt STRFTIME 3 @@ -137,7 +137,8 @@ is replaced by the time in the format is replaced by the locale's representation of 12-hour clock time using AM/PM notation. .It Cm \&%S -is replaced by the second as a decimal number (00-61). The range of +is replaced by the second as a decimal number (00-61). +The range of seconds is (00-61) instead of (00-59) to allow for the periodic occurance of leap seconds and double leap seconds. .It Cm %s |