From b12abff2eedd6c25979b3dc8890ef07b15432ea8 Mon Sep 17 00:00:00 2001 From: niklas <> Date: Tue, 19 Mar 1996 23:15:14 +0000 Subject: From NetBSD: merge of 960317 --- src/lib/libc/string/strftime.3 | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'src/lib/libc/string/strftime.3') diff --git a/src/lib/libc/string/strftime.3 b/src/lib/libc/string/strftime.3 index f14db4bb13..a6eecd95e0 100644 --- a/src/lib/libc/string/strftime.3 +++ b/src/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 -- cgit v1.2.3-55-g6feb