diff options
author | Aaron Campbell <aaron@cvs.openbsd.org> | 1998-11-28 03:20:37 +0000 |
---|---|---|
committer | Aaron Campbell <aaron@cvs.openbsd.org> | 1998-11-28 03:20:37 +0000 |
commit | 9bb6028fe02a280e61b8f862f447486ce6b5f72a (patch) | |
tree | ebd1056cace973776cd01330a93779596980ef88 /bin/date | |
parent | eecdb9deb4317c0e37ed8d58ba92503563912fed (diff) |
start killing redundant .Nm macro arguments (mandoc ``remembers'' the first one
it's given)
Diffstat (limited to 'bin/date')
-rw-r--r-- | bin/date/date.1 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/bin/date/date.1 b/bin/date/date.1 index d198ac57339..6eeb2f1b232 100644 --- a/bin/date/date.1 +++ b/bin/date/date.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: date.1,v 1.15 1998/11/11 22:27:03 aaron Exp $ +.\" $OpenBSD: date.1,v 1.16 1998/11/28 03:20:32 aaron Exp $ .\" $NetBSD: date.1,v 1.12 1996/03/12 04:32:37 phil Exp $ .\" .\" Copyright (c) 1980, 1990, 1993 @@ -44,7 +44,7 @@ .Nm date .Nd display or set date and time .Sh SYNOPSIS -.Nm date +.Nm .Op Fl d Ar dst .Op Fl r Ar seconds .Op Fl t Ar minutes_west @@ -52,7 +52,7 @@ .Op Cm + Ns Ar format .Op [[[[[cc]yy]mm]dd]HH]MM[\&.SS] .Sh DESCRIPTION -.Nm date +.Nm displays the current date and time when invoked without arguments. Providing arguments will format the date and time in a user-defined way or set the date. |