diff options
author | 2003-03-17 09:52:20 +0000 | |
---|---|---|
committer | 2003-03-17 09:52:20 +0000 | |
commit | 8a032b4a1eb35208c731028453169bfe2f8745b3 (patch) | |
tree | 059589a328362e6e4b8fad47484fcffc19fd72d4 /lib/libc/time | |
parent | knock these games out, i hope the licenses are fixed (diff) | |
download | wireguard-openbsd-8a032b4a1eb35208c731028453169bfe2f8745b3.tar.xz wireguard-openbsd-8a032b4a1eb35208c731028453169bfe2f8745b3.zip |
some small typos;
Diffstat (limited to 'lib/libc/time')
-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 4f15298a04c..dba476a9170 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.15 2002/05/12 19:51:35 millert Exp $ +.\" $OpenBSD: strftime.3,v 1.16 2003/03/17 09:52:21 jmc 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 occurance +seconds is (00-61) instead of (00-59) to allow for the periodic occurence of leap seconds and double leap seconds. .It Cm %s is replaced by the number of seconds since the Epoch, UTC (see |