diff options
author | ru <ru@FreeBSD.org> | 2000-11-20 11:39:41 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2000-11-20 11:39:41 +0000 |
commit | be1f850a8f4b96d39e564a129716f8b709eaf391 (patch) | |
tree | 8a89fb254852cf22c2fc47da7ecb516c42e7a87b /bin/date | |
parent | 310d1292beb0595a580be9567908efd4fff625e3 (diff) | |
download | FreeBSD-src-be1f850a8f4b96d39e564a129716f8b709eaf391.zip FreeBSD-src-be1f850a8f4b96d39e564a129716f8b709eaf391.tar.gz |
mdoc(7) police: use the new features of the Nm macro.
Diffstat (limited to 'bin/date')
-rw-r--r-- | bin/date/date.1 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/date/date.1 b/bin/date/date.1 index f473122..5904a3bc 100644 --- a/bin/date/date.1 +++ b/bin/date/date.1 @@ -42,7 +42,7 @@ .Nm date .Nd display or set date and time .Sh SYNOPSIS -.Nm date +.Nm .Op Fl jnu .Op Fl d Ar dst .Op Fl r Ar seconds @@ -315,7 +315,7 @@ sets the time to without modifying the date. .Sh ENVIRONMENT The following environment variables affect the execution of -.Nm Ns : +.Nm : .Bl -tag -width Ds .It Ev TZ The timezone to use when displaying dates. |