Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/lib/libc/time Sort conversion specifiers.
details: https://anonhg.NetBSD.org/src/rev/1ebcac17c13e
branches: trunk
changeset: 519059:1ebcac17c13e
user: kleink <kleink%NetBSD.org@localhost>
date: Mon Dec 10 10:01:38 2001 +0000
description:
Sort conversion specifiers.
diffstat:
lib/libc/time/strftime.3 | 12 ++++++------
1 files changed, 6 insertions(+), 6 deletions(-)
diffs (34 lines):
diff -r fecc228d47d7 -r 1ebcac17c13e lib/libc/time/strftime.3
--- a/lib/libc/time/strftime.3 Mon Dec 10 08:54:38 2001 +0000
+++ b/lib/libc/time/strftime.3 Mon Dec 10 10:01:38 2001 +0000
@@ -34,7 +34,7 @@
.\" SUCH DAMAGE.
.\"
.\" from: @(#)strftime.3 5.12 (Berkeley) 6/29/91
-.\" $NetBSD: strftime.3,v 1.10 2001/09/16 01:35:53 wiz Exp $
+.\" $NetBSD: strftime.3,v 1.11 2001/12/10 10:01:38 kleink Exp $
.\"
.Dd June 29, 1991
.Dt STRFTIME 3
@@ -145,16 +145,16 @@
.It Cm \&%r
is replaced by the locale's representation of 12-hour clock time
using AM/PM notation.
+.It Cm \&%S
+is replaced by the second as a decimal number [00,61].
+.It Cm %s
+is replaced by the number of seconds since the Epoch, UCT (see
+.Xr mktime 3 ) .
.It Cm \&%T
is replaced by the time in the format
.Dq Li %H:%M:%S .
.It Cm \&%t
is replaced by a tab.
-.It Cm \&%S
-is replaced by the second as a decimal number [00,61].
-.It Cm %s
-is replaced by the number of seconds since the Epoch, UCT (see
-.Xr mktime 3 ) .
.It Cm \&%U
is replaced by the week number of the year (Sunday as the first day of
the week) as a decimal number [00,53].
Home |
Main Index |
Thread Index |
Old Index