diff options
author | Kevin B Kenny <kennykb@acm.org> | 2004-09-07 22:16:27 (GMT) |
---|---|---|
committer | Kevin B Kenny <kennykb@acm.org> | 2004-09-07 22:16:27 (GMT) |
commit | e933655b36ff1b6d429bc1f3cee2e32346d6c476 (patch) | |
tree | 51ba620ac9b00d3b9e1968228edf4cfab1e45664 /doc/clock.n | |
parent | 7f4ac638476dedc7ca6481de6e3d5dc31d5d8f58 (diff) | |
download | tcl-e933655b36ff1b6d429bc1f3cee2e32346d6c476.zip tcl-e933655b36ff1b6d429bc1f3cee2e32346d6c476.tar.gz tcl-e933655b36ff1b6d429bc1f3cee2e32346d6c476.tar.bz2 |
Fixed indentation
Diffstat (limited to 'doc/clock.n')
-rw-r--r-- | doc/clock.n | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/clock.n b/doc/clock.n index 99c17bb..62b7547 100644 --- a/doc/clock.n +++ b/doc/clock.n @@ -105,13 +105,17 @@ of any number of characters other than the per-cent sign ('\fI%\fR') interspersed with any number of \fIformat groups\fR, which are two-character sequences beginning with the per-cent sign. The permissible format groups, and their interpretation, are described under \fBFORMAT GROUPS\fR. +.RS +.PP On \fBclock format\fR, the default format is .CS %a %b %d %H:%M:%S %z %Y .CE +.PP On \fBclock scan\fR, the lack of a \fI-format\fR option indicates that a "free format scan" is requested; see \fBFREE FORM SCAN\fR for a description of what happens. +.RE .TP \fB-gmt\fR boolean If \fIboolean\fR is true, specifies that a time specified to \fBclock add\fR, |