diff options
author | Russ Cox <rsc@swtch.com> | 2020-01-13 16:53:30 -0500 |
---|---|---|
committer | Russ Cox <rsc@swtch.com> | 2020-01-13 16:53:30 -0500 |
commit | ac6456a0cc67ca33c7b9c64cf7a4598961de8911 (patch) | |
tree | 0a4a6c2f5ad81cf00c97cf0106532e9ba04559af /man/man1 | |
parent | be263a722e8957d99f2a51bb11106103bf878b44 (diff) | |
download | plan9port-ac6456a0cc67ca33c7b9c64cf7a4598961de8911.tar.gz plan9port-ac6456a0cc67ca33c7b9c64cf7a4598961de8911.tar.bz2 plan9port-ac6456a0cc67ca33c7b9c64cf7a4598961de8911.zip |
clock: import from plan 9
Fixes #250.
Diffstat (limited to 'man/man1')
-rw-r--r-- | man/man1/date.1 | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/man/man1/date.1 b/man/man1/date.1 index 1ce96f38..10db8dfe 100644 --- a/man/man1/date.1 +++ b/man/man1/date.1 @@ -1,6 +1,6 @@ .TH DATE 1 .SH NAME -date \- date and time +date, clock \- date and time .SH SYNOPSIS .B date [ @@ -8,8 +8,8 @@ date \- date and time ] [ .I seconds ] -.\" .br -.\" .B clock +.br +.B clock .SH DESCRIPTION Print the date, in the format .PP @@ -34,6 +34,9 @@ If the optional argument .I seconds is present, it is used as the time to convert rather than the real time. +.PP +.I Clock +draws a simple analog clock in its window. .\" .SH FILES .\" .TF /adm/timezone/local .\" .TP @@ -54,5 +57,5 @@ the real time. .\" draws a simple analog clock in its window. .SH SOURCE .B \*9/src/cmd/date.c -.\" .br -.\" .B \*9/src/cmd/draw/clock.c +.br +.B \*9/src/cmd/draw/clock.c |