diff options
| author | kleink <kleink@NetBSD.org> | 2001-12-10 10:01:38 +0000 |
|---|---|---|
| committer | kleink <kleink@NetBSD.org> | 2001-12-10 10:01:38 +0000 |
| commit | ea8bbaf8e1045bccc6942b6e70cd0664d83ca306 (patch) | |
| tree | eb9c237470a76e2c7a1f1766d124e4152fc65d79 /lib/libc | |
| parent | 4a4b629051e002f0e6e749fd0fbc7d31c2c236ca (diff) | |
Sort conversion specifiers.
Diffstat (limited to 'lib/libc')
| -rw-r--r-- | lib/libc/time/strftime.3 | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/lib/libc/time/strftime.3 b/lib/libc/time/strftime.3 index 4650d0eecdb..a95358b977f 100644 --- a/lib/libc/time/strftime.3 +++ b/lib/libc/time/strftime.3 @@ -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 @@ is replaced by the time in the format .It Cm \&%r 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 -.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 \&%T +is replaced by the time in the format +.Dq Li %H:%M:%S . +.It Cm \&%t +is replaced by a tab. .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]. |
