svn commit: r366407 - head/sbin/dhclient

Gordon Bergling gbe at FreeBSD.org
Sat Oct 3 18:42:16 UTC 2020


Author: gbe (doc committer)
Date: Sat Oct  3 18:42:15 2020
New Revision: 366407
URL: https://svnweb.freebsd.org/changeset/base/366407

Log:
  dhclient(8): Bugfixes for some issues reported by mandoc
  
  - no blank before trailing delimiter
  - new sentence, new line
  
  MFC after:	1 week

Modified:
  head/sbin/dhclient/dhclient.leases.5
  head/sbin/dhclient/dhcp-options.5

Modified: head/sbin/dhclient/dhclient.leases.5
==============================================================================
--- head/sbin/dhclient/dhclient.leases.5	Sat Oct  3 18:40:02 2020	(r366406)
+++ head/sbin/dhclient/dhclient.leases.5	Sat Oct  3 18:42:15 2020	(r366407)
@@ -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: head/sbin/dhclient/dhcp-options.5
==============================================================================
--- head/sbin/dhclient/dhcp-options.5	Sat Oct  3 18:40:02 2020	(r366406)
+++ head/sbin/dhclient/dhcp-options.5	Sat Oct  3 18:42:15 2020	(r366407)
@@ -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-all mailing list