git: ed64bde3c525 - stable/13 - tail.1: Lint with mandoc(1)

From: Dag-Erling Smørgrav <des_at_FreeBSD.org>
Date: Wed, 13 Dec 2023 20:06:34 UTC
The branch stable/13 has been updated by des:

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

commit ed64bde3c5258bf6b0fb201b7c1bede43734c266
Author:     Mateusz Piotrowski <0mp@FreeBSD.org>
AuthorDate: 2023-11-28 16:10:12 +0000
Commit:     Dag-Erling Smørgrav <des@FreeBSD.org>
CommitDate: 2023-12-13 16:39:38 +0000

    tail.1: Lint with mandoc(1)
    
    MFC after:      3 days
    Sponsored by:   Klara, Inc.
    
    (cherry picked from commit 51c27021b2818cc626500d7723dc82291e3eecaa)
---
 usr.bin/tail/tail.1 | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/usr.bin/tail/tail.1 b/usr.bin/tail/tail.1
index 38e8f95b9f59..a76f754b18b9 100644
--- a/usr.bin/tail/tail.1
+++ b/usr.bin/tail/tail.1
@@ -30,7 +30,7 @@
 .\"
 .\"	@(#)tail.1	8.1 (Berkeley) 6/6/93
 .\"
-.Dd July 12, 2022
+.Dd November 28, 2023
 .Dt TAIL 1
 .Os
 .Sh NAME
@@ -115,7 +115,7 @@ option if reading from standard input rather than a file.
 The location is
 .Ar number
 lines.
-.It Fl q, Fl -quiet, Fl -silent
+.It Fl q , Fl -quiet , Fl -silent
 Suppresses printing of headers when multiple files are being examined.
 .It Fl r
 The
@@ -134,7 +134,7 @@ from the beginning or end of the input from which to begin the display.
 The default for the
 .Fl r
 option is to display all of the input.
-.It Fl v, Fl -verbose
+.It Fl v , Fl -verbose
 Prepend each file with a header.
 .El
 .Pp