git: f0ff0ca25855 - stable/14 - tail.1: Lint with mandoc(1)
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 01 Dec 2023 11:19:23 UTC
The branch stable/14 has been updated by 0mp:
URL: https://cgit.FreeBSD.org/src/commit/?id=f0ff0ca25855bb4256dbf837f625c3d6db3ac37c
commit f0ff0ca25855bb4256dbf837f625c3d6db3ac37c
Author: Mateusz Piotrowski <0mp@FreeBSD.org>
AuthorDate: 2023-11-28 16:10:12 +0000
Commit: Mateusz Piotrowski <0mp@FreeBSD.org>
CommitDate: 2023-12-01 11:19:02 +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 4c16c61ca314..810773b78d90 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