diff options
author | Aaron Campbell <aaron@cvs.openbsd.org> | 1999-07-02 17:04:17 +0000 |
---|---|---|
committer | Aaron Campbell <aaron@cvs.openbsd.org> | 1999-07-02 17:04:17 +0000 |
commit | c9dc63298a871bfc88378bf17bc4255d83faed6b (patch) | |
tree | b5d7a3c8a0a48e6bc0cd2561167121d0282e23e7 /lib/libc/time/strftime.3 | |
parent | dd315e237a9a6218a77c1b65ddf478cfe70aa932 (diff) |
.Dd should not be given abbreviated month names
Diffstat (limited to 'lib/libc/time/strftime.3')
-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 8ce53eae656..2e4495a350f 100644 --- a/lib/libc/time/strftime.3 +++ b/lib/libc/time/strftime.3 @@ -34,9 +34,9 @@ .\" SUCH DAMAGE. .\" .\" from: @(#)strftime.3 5.12 (Berkeley) 6/29/91 -.\" $OpenBSD: strftime.3,v 1.7 1999/05/25 21:16:27 aaron Exp $ +.\" $OpenBSD: strftime.3,v 1.8 1999/07/02 17:04:16 aaron Exp $ .\" -.Dd Jan 18, 1998 +.Dd January 18, 1998 .Dt STRFTIME 3 .Os .Sh NAME |