diff options
author | Ruslan Ermilov <ru@FreeBSD.org> | 2004-05-16 21:33:48 +0000 |
---|---|---|
committer | Ruslan Ermilov <ru@FreeBSD.org> | 2004-05-16 21:33:48 +0000 |
commit | b0cb98e2389093740f0d522a30758d665df104b4 (patch) | |
tree | 6c72486a6790012807659d64ae51af3751b29285 /bin/date/date.1 | |
parent | 7be2e3e26dbd8a06536aa413b888cf3e1e8ad5f2 (diff) | |
download | src-b0cb98e2389093740f0d522a30758d665df104b4.tar.gz src-b0cb98e2389093740f0d522a30758d665df104b4.zip |
DESCRIPTION was not updated for the new SYNOPSIS.
Notes
Notes:
svn path=/head/; revision=129294
Diffstat (limited to 'bin/date/date.1')
-rw-r--r-- | bin/date/date.1 | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/bin/date/date.1 b/bin/date/date.1 index 908505df296c..3d3af46bb804 100644 --- a/bin/date/date.1 +++ b/bin/date/date.1 @@ -38,7 +38,7 @@ .Nm date .Nd display or set date and time .Sh SYNOPSIS -.Nm +.Nm .Op Fl ju .Op Fl r Ar seconds .Oo @@ -58,8 +58,7 @@ .Sm on .Nm .Op Fl jnu -.Fl f -.Ar input_fmt new_date +.Fl f Ar input_fmt new_date .Op Cm + Ns Ar output_fmt .Nm .Op Fl d Ar dst @@ -97,9 +96,9 @@ will return a non-zero for .Fa tz_dsttime . .It Fl f Use -.Ar fmt +.Ar input_fmt as the format string to parse the -.Ar date +.Ar new_date provided rather than using the default .Sm off .Oo Oo Oo Oo Oo @@ -316,7 +315,9 @@ sets the date to .Pp may be used on one machine to print out the date suitable for setting on another. -("+%m%d%H%M%Y.%S" for use on Linux) +.Qq ( Li "+%m%d%H%M%Y.%S" +for use on +.Tn Linux . ) .Pp The command: .Pp |