diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2014-05-13 11:23:40 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2014-05-13 11:23:40 (GMT) |
commit | b482771754f287160a211cfe25fb24e135b52101 (patch) | |
tree | 2fa52099a459b712c24c687e1ee6871cbd47d26b | |
parent | 06285d2a11026ced76b58653449e181fd48ac13c (diff) | |
download | tcl-b482771754f287160a211cfe25fb24e135b52101.zip tcl-b482771754f287160a211cfe25fb24e135b52101.tar.gz tcl-b482771754f287160a211cfe25fb24e135b52101.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 7c4c3df..a0cc63e 100644 --- a/doc/clock.n +++ b/doc/clock.n @@ -626,8 +626,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 |