svn commit: r366608 - in stable/12: bin/ls sbin/dhclient
Gordon Bergling
gbe at FreeBSD.org
Sat Oct 10 09:52:42 UTC 2020
Author: gbe (doc committer)
Date: Sat Oct 10 09:52:41 2020
New Revision: 366608
URL: https://svnweb.freebsd.org/changeset/base/366608
Log:
MFC r366407, r366403
ls(1): Bugfix for an issue reported by mandoc
dhclient(8): Bugfixes for some issues reported by mandoc
- no blank before trailing delimiter
- new sentence, new line
Modified:
stable/12/bin/ls/ls.1
stable/12/sbin/dhclient/dhclient.leases.5
stable/12/sbin/dhclient/dhcp-options.5
Directory Properties:
stable/12/ (props changed)
Modified: stable/12/bin/ls/ls.1
==============================================================================
--- stable/12/bin/ls/ls.1 Sat Oct 10 09:50:09 2020 (r366607)
+++ stable/12/bin/ls/ls.1 Sat Oct 10 09:52:41 2020 (r366608)
@@ -40,7 +40,7 @@
.Nd list directory contents
.Sh SYNOPSIS
.Nm
-.Op Fl ABCFGHILPRSTUWZabcdfghiklmnopqrstuwxy1,
+.Op Fl ABCFGHILPRSTUWZabcdfghiklmnopqrstuwxy1 ,
.Op Fl -color Ns = Ns Ar when
.Op Fl D Ar format
.Op Ar
Modified: stable/12/sbin/dhclient/dhclient.leases.5
==============================================================================
--- stable/12/sbin/dhclient/dhclient.leases.5 Sat Oct 10 09:50:09 2020 (r366607)
+++ stable/12/sbin/dhclient/dhclient.leases.5 Sat Oct 10 09:52:41 2020 (r366608)
@@ -54,7 +54,7 @@ the last one in the file is used.
The file is written as a log, so this is not an unusual occurrence.
.Pp
The lease file is named
-.Pa dhclient.leases. Ns Ar IFNAME ,
+.Pa dhclient.leases . Ns Ar IFNAME ,
where
.Ar IFNAME
represents the network interface the DHCP client acquired the lease on.
@@ -70,7 +70,7 @@ The format of the lease declarations is described in
.Xr dhclient.conf 5 .
.Sh FILES
.Bl -tag -width ".Pa /var/db/dhclient.leases. Ns Ar IFNAME"
-.It Pa /var/db/dhclient.leases. Ns Ar IFNAME
+.It Pa /var/db/dhclient.leases . Ns Ar IFNAME
Current lease file.
.El
.Sh SEE ALSO
Modified: stable/12/sbin/dhclient/dhcp-options.5
==============================================================================
--- stable/12/sbin/dhclient/dhcp-options.5 Sat Oct 10 09:50:09 2020 (r366607)
+++ stable/12/sbin/dhclient/dhcp-options.5 Sat Oct 10 09:52:41 2020 (r366608)
@@ -267,8 +267,8 @@ This option specifies the domain name that the client
resolving hostnames via the Domain Name System.
.It Ic option domain-search Ar string ;
This option specifies a list of domain names that the client should use
-when resolving hostnames via the Domain Name System. This option is
-defined in RFC 3397.
+when resolving hostnames via the Domain Name System.
+This option is defined in RFC 3397.
.It Ic option swap-server Ar ip-address ;
This specifies the IP address of the client's swap server.
.It Ic option root-path Ar string ;
More information about the svn-src-stable-12
mailing list