git: 51c27021b281 - main - tail.1: Lint with mandoc(1)
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 28 Nov 2023 16:56:59 UTC
The branch main has been updated by 0mp:
URL: https://cgit.FreeBSD.org/src/commit/?id=51c27021b2818cc626500d7723dc82291e3eecaa
commit 51c27021b2818cc626500d7723dc82291e3eecaa
Author: Mateusz Piotrowski <0mp@FreeBSD.org>
AuthorDate: 2023-11-28 16:10:12 +0000
Commit: Mateusz Piotrowski <0mp@FreeBSD.org>
CommitDate: 2023-11-28 16:55:58 +0000
tail.1: Lint with mandoc(1)
MFC after: 3 days
Sponsored by: Klara, Inc.
---
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 724c7221ef88..a888f6828bd1 100644
--- a/usr.bin/tail/tail.1
+++ b/usr.bin/tail/tail.1
@@ -28,7 +28,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.Dd July 12, 2022
+.Dd November 28, 2023
.Dt TAIL 1
.Os
.Sh NAME
@@ -113,7 +113,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
@@ -132,7 +132,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