diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/clock.n | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/clock.n b/doc/clock.n index 065938e..8dbf2f1 100644 --- a/doc/clock.n +++ b/doc/clock.n @@ -101,14 +101,14 @@ slowing its clock by a tiny fraction for some minutes until it is back in sync with UTC; its data model does not represent minutes that have 59 or 61 seconds. .TP -\fI\-now\fR -Instead of \fItimeVal\fR a non-integer option \fI\-now\fR can be used as +\fI\now\fR +Instead of \fItimeVal\fR a non-integer option \fI\now\fR can be used as replacement for today, which is simply interpolated to the runt-time as value of \fBclock seconds\fR. For example: .sp -\fBclock format -now -f %a; # current day of the week\fR +\fBclock format now -f %a; # current day of the week\fR .sp -\fBclock add -now 1 month; # next month\fR +\fBclock add now 1 month; # next month\fR .TP \fIunit\fR . |