summaryrefslogtreecommitdiffstats
path: root/lib/libc/stdtime/strftime.3
diff options
context:
space:
mode:
authorjoerg <joerg@FreeBSD.org>1995-03-01 23:08:40 +0000
committerjoerg <joerg@FreeBSD.org>1995-03-01 23:08:40 +0000
commite8c06a9513ade8cda989aadc92beefcb5596acf0 (patch)
tree8db609b5164ee926b5ca0ed49c6d1b60091a855c /lib/libc/stdtime/strftime.3
parente77e1f47174a626361d4397e18fe84509556dfbb (diff)
downloadFreeBSD-src-e8c06a9513ade8cda989aadc92beefcb5596acf0.zip
FreeBSD-src-e8c06a9513ade8cda989aadc92beefcb5596acf0.tar.gz
On snap 950210, format %s (print seconds from the epoch) is missing
from the code in strftime.c . This affects both the library code and all the commands using it (e.g. date +%s). Note that %s is not required by ANSI, but we've already got it in 1.1.5.1. Suggested by: luigi@labinfo.iet.unipi.it (Luigi Rizzo)
Diffstat (limited to 'lib/libc/stdtime/strftime.3')
-rw-r--r--lib/libc/stdtime/strftime.32
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/stdtime/strftime.3 b/lib/libc/stdtime/strftime.3
index 3da35a1..fd510ba 100644
--- a/lib/libc/stdtime/strftime.3
+++ b/lib/libc/stdtime/strftime.3
@@ -141,7 +141,7 @@ is replaced by a tab.
.It Cm \&%S
is replaced by the second as a decimal number (00-60).
.It Cm %s
-is replaced by the number of seconds since the Epoch, UCT (see
+is replaced by the number of seconds since the Epoch, UTC (see
.Xr mktime 3 ) .
.It Cm \&%T No or Cm \&%X
is equivalent to
OpenPOWER on IntegriCloud