diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2004-04-07 14:55:44 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2004-04-07 14:55:44 +0000 |
commit | e35249e689575c6105d4f6b586b5cb669a72b257 (patch) | |
tree | 1e73dcf3acd4149bfb8affbd2768e372f3abae4e | |
parent | eef066e143e1ba9826b36b7e5b48c9851784f7a2 (diff) |
list options w/o operands before options w/ operands (style(9));
.Xr adjtime 2 in SEE ALSO;
-rw-r--r-- | bin/date/date.1 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/bin/date/date.1 b/bin/date/date.1 index 5f558e5905c..0af38711592 100644 --- a/bin/date/date.1 +++ b/bin/date/date.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: date.1,v 1.37 2003/06/02 23:32:07 millert Exp $ +.\" $OpenBSD: date.1,v 1.38 2004/04/07 14:55:43 jmc Exp $ .\" $NetBSD: date.1,v 1.12 1996/03/12 04:32:37 phil Exp $ .\" .\" Copyright (c) 1980, 1990, 1993 @@ -41,10 +41,10 @@ .Nd display or set date and time .Sh SYNOPSIS .Nm date +.Op Fl anu .Op Fl d Ar dst .Op Fl r Ar seconds .Op Fl t Ar minutes_west -.Op Fl anu .Op Cm + Ns Ar format .Sm off .Oo Oo Oo Oo Oo Oo @@ -213,6 +213,7 @@ and .Xr timed 8 fails. .Sh SEE ALSO +.Xr adjtime 2 , .Xr gettimeofday 2 , .Xr strftime 3 , .Xr utmp 5 , |