diff options
author | 1996-03-19 23:14:49 +0000 | |
---|---|---|
committer | 1996-03-19 23:14:49 +0000 | |
commit | 3fbbad10a5e74a7aaa576a50d86494daddc162b3 (patch) | |
tree | bec35e877279413f30916fe46b8c9a5921b002b5 /lib/libc/string/strftime.3 | |
parent | Merging w/ NetBSD 021796. (diff) | |
download | wireguard-openbsd-3fbbad10a5e74a7aaa576a50d86494daddc162b3.tar.xz wireguard-openbsd-3fbbad10a5e74a7aaa576a50d86494daddc162b3.zip |
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 f14db4bb13e..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.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 |