Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-1-5]: src/lib/libc/time Pull up revision 1.9 (requested by wiz):



details:   https://anonhg.NetBSD.org/src/rev/0271cba27bde
branches:  netbsd-1-5
changeset: 491058:0271cba27bde
user:      he <he%NetBSD.org@localhost>
date:      Wed Apr 04 16:03:12 2001 +0000

description:
Pull up revision 1.9 (requested by wiz):
  Fix format typo, and whitespace.

diffstat:

 lib/libc/time/strftime.3 |  16 ++++++++--------
 1 files changed, 8 insertions(+), 8 deletions(-)

diffs (57 lines):

diff -r 8cb49fa8bd86 -r 0271cba27bde lib/libc/time/strftime.3
--- a/lib/libc/time/strftime.3  Wed Apr 04 16:01:58 2001 +0000
+++ b/lib/libc/time/strftime.3  Wed Apr 04 16:03:12 2001 +0000
@@ -34,7 +34,7 @@
 .\" SUCH DAMAGE.
 .\"
 .\"     from: @(#)strftime.3   5.12 (Berkeley) 6/29/91
-.\"    $NetBSD: strftime.3,v 1.7 2000/01/15 16:59:05 kleink Exp $
+.\"    $NetBSD: strftime.3,v 1.7.4.1 2001/04/04 16:03:12 he Exp $
 .\"
 .Dd June 29, 1991
 .Dt STRFTIME 3
@@ -95,7 +95,7 @@
 .It Cm \&%c
 is replaced by the locale's appropriate date and time representation.
 .It Cm \&%D
-is replaced by the date in the format 
+is replaced by the date in the format
 .Dq Li %m/%d/%y .
 .It Cm \&%d
 is replaced by the day of the month as a decimal number [01,31].
@@ -135,7 +135,7 @@
 .It Cm %n
 is replaced by a newline.
 .It Cm %p
-is replaced by the locale's equivalent of either 
+is replaced by the locale's equivalent of either
 .Dq Tn AM
 or
 .Dq Tn PM .
@@ -143,7 +143,7 @@
 is replaced by the time in the format
 .Dq Li %H:%M .
 .It Cm \&%r
-is replaced by the locale's representation of 12-hour clock time 
+is replaced by the locale's representation of 12-hour clock time
 using AM/PM notation.
 .It Cm \&%T
 is replaced by the time in the format
@@ -209,13 +209,13 @@
 .Ql \&%G ,
 .Ql \&%h ,
 .Ql \&%k ,
-.Ql \&%l , 
+.Ql \&%l ,
 .Ql \&%n ,
 .Ql \&%r ,
 .Ql \&%R ,
-.Ql \&%s .
-.Ql \&%t , 
-.Ql \&%T , 
+.Ql \&%s ,
+.Ql \&%t ,
+.Ql \&%T ,
 .Ql \&%u ,
 and
 .Ql \&%V



Home | Main Index | Thread Index | Old Index