diff options
author | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1996-03-19 23:15:57 +0000 |
---|---|---|
committer | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1996-03-19 23:15:57 +0000 |
commit | e46701f3ba417eb809e480d2383217567bd8a0d3 (patch) | |
tree | 6418b00c595e11941ebeb3d312e0136cfb1621b8 /lib/libc/string/strftime.3 | |
parent | 169c29d1b708c51bbae3f546e0adfe0d433b5b7b (diff) |
From NetBSD: merge of 960317
Diffstat (limited to 'lib/libc/string/strftime.3')
-rw-r--r-- | lib/libc/string/strftime.3 | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/lib/libc/string/strftime.3 b/lib/libc/string/strftime.3 index 4bf2e15c19a..a6eecd95e0d 100644 --- a/lib/libc/string/strftime.3 +++ b/lib/libc/string/strftime.3 @@ -1,3 +1,5 @@ +.\" $OpenBSD: strftime.3,v 1.2 1996/03/19 23:15:14 niklas Exp $ +.\" .\" Copyright (c) 1989, 1991 The Regents of the University of California. .\" All rights reserved. .\" @@ -34,7 +36,6 @@ .\" SUCH DAMAGE. .\" .\" from: @(#)strftime.3 5.12 (Berkeley) 6/29/91 -.\" $Id: strftime.3,v 1.1 1995/10/18 08:42:22 deraadt Exp $ .\" .Dd June 29, 1991 .Dt STRFTIME 3 @@ -157,9 +158,9 @@ the week) as a decimal number (00-53). is replaced by the weekday (Sunday as the first day of the week) as a decimal number (0-6). .It Cm \&%X -is replaced by the locale's appropriate date representation. -.It Cm \&%x is replaced by the locale's appropriate time representation. +.It Cm \&%x +is replaced by the locale's appropriate date representation. .It Cm \&%Y is replaced by the year with century as a decimal number. .It Cm \&%y |