diff options
author | jwd <jwd@FreeBSD.org> | 2000-07-28 02:51:43 +0000 |
---|---|---|
committer | jwd <jwd@FreeBSD.org> | 2000-07-28 02:51:43 +0000 |
commit | bbd3aeb6e12f56c6f6e909b527a1988545a600c8 (patch) | |
tree | 6dd6536475f3770e0a56d72b89c7a73eabab3d17 /bin | |
parent | 6c8b8b93ff68a7d9a3ab12ed9280dffa99e55bfa (diff) | |
download | FreeBSD-src-bbd3aeb6e12f56c6f6e909b527a1988545a600c8.zip FreeBSD-src-bbd3aeb6e12f56c6f6e909b527a1988545a600c8.tar.gz |
Try to clean the manpage up according to the mail from Sheldon
in committers (Message-Id: <72836.964344168@axl.ops.uunet.co.za>).
Also cleaned up a .Pq macro which was causing problems previous
to the original update I made.
Reviewed by: sheldonh
Approved by: jkh
Diffstat (limited to 'bin')
-rw-r--r-- | bin/date/date.1 | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/bin/date/date.1 b/bin/date/date.1 index d9d7d70..f473122 100644 --- a/bin/date/date.1 +++ b/bin/date/date.1 @@ -118,11 +118,10 @@ Print the date and time represented by where .Ar seconds is the number of seconds since the Epoch -.Po -00:00:00 UTC, January 1, 1970; +(00:00:00 UTC, January 1, 1970; see -.Xr time 3 -.Pc and can be specified in decimal, octal, or hex. +.Xr time 3 ) , +and can be specified in decimal, octal, or hex. .It Fl t Ar minutes_west Set the system's value for minutes west of .Tn GMT . @@ -195,7 +194,9 @@ the clock goes back at 02:00 to 01:00, using will be necessary to reach October 29, 2:30. .Pp When the date is adjusted to a specific value that doesn't actually exist -.Pq for example March 26, 1:30 BST 2000 in the Europe/London timezone , +.Po +for example March 26, 1:30 BST 2000 in the Europe/London timezone +.Pc , the date will be silently adjusted forwards in units of one hour until it reaches a valid time. When the date is adjusted to a specific value that occurs twice |