diff options
author | nijtmans@users.sourceforge.net <jan.nijtmans> | 2014-05-13 11:25:26 (GMT) |
---|---|---|
committer | nijtmans@users.sourceforge.net <jan.nijtmans> | 2014-05-13 11:25:26 (GMT) |
commit | e2e85822fa2910ff5e61f4e6a32c60a4ea3add93 (patch) | |
tree | 620f0dd9f1bce9cd7e7205279aaeac47f6318ae0 | |
parent | 445e220694c8fa058e09e8c12e7d400f71abb13d (diff) | |
parent | f12dbede60404b67f85c7526a632e9bc81ab3f03 (diff) | |
download | tcl-e2e85822fa2910ff5e61f4e6a32c60a4ea3add93.zip tcl-e2e85822fa2910ff5e61f4e6a32c60a4ea3add93.tar.gz tcl-e2e85822fa2910ff5e61f4e6a32c60a4ea3add93.tar.bz2 |
[958bc05fbe]: Clarify "clock format" using "%R"
-rw-r--r-- | doc/clock.n | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/clock.n b/doc/clock.n index 42dca80..910ebb8 100644 --- a/doc/clock.n +++ b/doc/clock.n @@ -637,8 +637,9 @@ On output, produces a locale-dependent time of day representation on a 12-hour clock. On input, accepts whatever \fB%r\fR produces. .TP \fB%R\fR -On output, produces a locale-dependent time of day representation on a -24-hour clock. On input, accepts whatever \fB%R\fR produces. +On output, the time in 24-hour notation (%H:%M). For a version +including the seconds, see \fB%T\fR below. On input, accepts whatever +\fB%R\fR produces. .TP \fB%s\fR On output, simply formats the \fItimeVal\fR argument as a decimal |