Source-Changes-HG archive

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

[src/trunk]: src/lib/libc/time Fix format typo, and whitespace.



details:   https://anonhg.NetBSD.org/src/rev/77cf39f8c202
branches:  trunk
changeset: 507893:77cf39f8c202
user:      wiz <wiz%NetBSD.org@localhost>
date:      Mon Apr 02 20:48:38 2001 +0000

description:
Fix format typo, and whitespace.

diffstat:

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

diffs (57 lines):

diff -r d23c2dfd9102 -r 77cf39f8c202 lib/libc/time/strftime.3
--- a/lib/libc/time/strftime.3  Mon Apr 02 20:42:19 2001 +0000
+++ b/lib/libc/time/strftime.3  Mon Apr 02 20:48:38 2001 +0000
@@ -34,7 +34,7 @@
 .\" SUCH DAMAGE.
 .\"
 .\"     from: @(#)strftime.3   5.12 (Berkeley) 6/29/91
-.\"    $NetBSD: strftime.3,v 1.8 2001/03/29 19:06:39 kleink Exp $
+.\"    $NetBSD: strftime.3,v 1.9 2001/04/02 20:48:38 wiz 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