Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 10 Sep 2024 12:29:22 GMT
From:      Dag-Erling =?utf-8?Q?Sm=C3=B8rgrav?= <des@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: 355ebf80b1ed - main - date: Documentation nits.
Message-ID:  <202409101229.48ACTMcT026550@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by des:

URL: https://cgit.FreeBSD.org/src/commit/?id=355ebf80b1ed98cf7ca9c51ce7e3e6dcb376853d

commit 355ebf80b1ed98cf7ca9c51ce7e3e6dcb376853d
Author:     Dag-Erling Smørgrav <des@FreeBSD.org>
AuthorDate: 2024-09-10 12:28:32 +0000
Commit:     Dag-Erling Smørgrav <des@FreeBSD.org>
CommitDate: 2024-09-10 12:29:14 +0000

    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
---
 bin/date/date.1 | 9 ++++++---
 1 file 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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202409101229.48ACTMcT026550>