diff options
author | Dag-Erling Smørgrav <des@FreeBSD.org> | 2024-09-10 12:28:32 +0000 |
---|---|---|
committer | Dag-Erling Smørgrav <des@FreeBSD.org> | 2024-09-10 12:29:14 +0000 |
commit | 355ebf80b1ed98cf7ca9c51ce7e3e6dcb376853d (patch) | |
tree | 480043c01b46579b2e066872344d4567eaae7221 | |
parent | da1a1ad062a260f3518bdd1bae94ea644cef2a22 (diff) | |
download | src-355ebf80b1ed98cf7ca9c51ce7e3e6dcb376853d.tar.gz src-355ebf80b1ed98cf7ca9c51ce7e3e6dcb376853d.zip |
date: Documentation nits.
* Fix spurious capitalization.
* Fix inconsistent quoting.
* Use `Dq` rather than ASCII double quotes.
MFC after: 3 days
Sponsored by: Klara, Inc.
Reviewed by: 0mp
Differential Revision: https://reviews.freebsd.org/D46622
-rw-r--r-- | bin/date/date.1 | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/bin/date/date.1 b/bin/date/date.1 index 29cde37ca904..62d28a7df0a0 100644 --- a/bin/date/date.1 +++ b/bin/date/date.1 @@ -29,7 +29,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.Dd May 2, 2024 +.Dd September 10, 2024 .Dt DATE 1 .Os .Sh NAME @@ -538,8 +538,11 @@ Finally the command .Pp .Dl "TZ=America/Los_Angeles date -z Europe/Paris -j 0900" .Pp -will print the time in the "Europe/Paris" timezone when it is 9:00 in The -America/Los_Angeles timezone. +will print the time in the +.Dq Europe/Paris +timezone when it is 9:00 in the +.Dq America/Los_Angeles +timezone. .Sh DIAGNOSTICS It is invalid to combine the .Fl I |