diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-03-17 09:52:22 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-03-17 09:52:22 +0000 |
commit | f94cfa64ef5403305a058e69a86f143f2a10cbb6 (patch) | |
tree | 3cf49a67cc8dad29603ff993aa4d2582e240726e /lib/libc/time | |
parent | e23f73d617f2c6561c31d35adf265d852dd93cab (diff) |
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 |