diff options
author | 2003-03-18 13:14:02 +0000 | |
---|---|---|
committer | 2003-03-18 13:14:02 +0000 | |
commit | 3c44fcaddcc294f908a3d8cab7dc7636654e1968 (patch) | |
tree | f1d79c93b0b46d8af1e99f8ced43efc040a7e8e6 /lib/libc | |
parent | duplicate words: on on, in in (diff) | |
download | wireguard-openbsd-3c44fcaddcc294f908a3d8cab7dc7636654e1968.tar.xz wireguard-openbsd-3c44fcaddcc294f908a3d8cab7dc7636654e1968.zip |
spelling typos/errors
ok miod@ jmc@
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/time/strftime.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/time/strftime.3 b/lib/libc/time/strftime.3 index dba476a9170..fe76481b594 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.16 2003/03/17 09:52:21 jmc Exp $ +.\" $OpenBSD: strftime.3,v 1.17 2003/03/18 13:14:02 david Exp $ .\" .Dd January 18, 1998 .Dt STRFTIME 3 @@ -139,7 +139,7 @@ using AM/PM notation. .It Cm \&%S 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 occurence +seconds is (00-61) instead of (00-59) to allow for the periodic occurrence of leap seconds and double leap seconds. .It Cm %s is replaced by the number of seconds since the Epoch, UTC (see |