dhclient(8): Bugfixes for some issues reported by mandoc

- no blank before trailing delimiter
- new sentence, new line

MFC after:	1 week
This commit is contained in:
Gordon Bergling 2020-10-03 18:42:15 +00:00
parent 6444039275
commit 8b4948dbf2
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=366407
2 changed files with 4 additions and 4 deletions

View File

@ -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

View File

@ -267,8 +267,8 @@ This option specifies the domain name that the client should use when
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 ;