Dear Maintainer,
Input file is dhclient.leases.5
chk_man: Next line: execute mandoc -T lint dhclient.leases.5
mandoc: dhclient.leases.5:29:2: WARNING: missing date, using today's date: TH
Is not in the patch.
#####
Test nr. 36:
Wrong distance between sentences or protect the indicator.
a) Separate the sentences and subordinate clauses; each begins on a new
line. See man-pages(7) and "info groff".
The best procedure is to always start a new sentence on a new line,
at least, if you are typing on a computer.
Remember coding: Only one command ("sentence") on each (logical) line.
E-mail: Easier to quote exactly the relevant lines.
Generally: Easier to edit the sentence.
Patches: Less unaffected text.
34:database of leases that it has acquired that are still valid. The
36:per lease. If more than one declaration appears for a given lease,
37:the last one in the file is used. The file is written as a log, so
#####
Test nr. 48:
The name of a man page is set in bold and the section in roman (see
man-pages(7).
45:dhclient(8), dhcp-options(5), dhclient.conf(5), dhcpd(8),
46:dhcpd.conf(5), RFC2132, RFC2131.
#####
Test nr. 53:
The section part for a manual page is set in roman font.
48:.B dhclient(8)
#####
Patch:
--- dhclient.leases.5 2020-05-19 20:49:57.000000000 +0000
+++ dhclient.leases.5.new 2020-05-19 20:56:56.000000000 +0000
@@ -31,20 +31,27 @@
dhclient.leases - DHCP client lease database
.SH DESCRIPTION
The Internet Systems Consortium DHCP client keeps a persistent
-database of leases that it has acquired that are still valid. The
+database of leases that it has acquired that are still valid.
+The
database is a free-form ASCII file containing one valid declaration
-per lease. If more than one declaration appears for a given lease,
-the last one in the file is used. The file is written as a log, so
+per lease.
+If more than one declaration appears for a given lease,
+the last one in the file is used.
+The file is written as a log, so
this is not an unusual occurrence.
.PP
The format of the lease declarations is described in
-.B dhclient.conf(5).
+.BR dhclient.conf (5).
.SH FILES
.B /var/lib/dhcp/dhclient.leases
.SH SEE ALSO
-dhclient(8), dhcp-options(5), dhclient.conf(5), dhcpd(8),
-dhcpd.conf(5), RFC2132, RFC2131.
+.BR dhclient (8),
+.BR dhcp-options (5),
+.BR dhclient.conf (5),
+.BR dhcpd (8),
+.BR dhcpd.conf (5),
+RFC2132, RFC2131.
.SH AUTHOR
-.B dhclient(8)
+.BR dhclient (8)
Information about Internet Systems Consortium can be found at
.B https://www.isc.org.