Mercurial > hg > dhcpcd
changeset 5174:b5bcdc5822fa draft
Grammar nits
| author | Sascha Wildner <saw@online.de> |
|---|---|
| date | Tue, 28 Apr 2020 16:56:26 +0100 |
| parents | 81f78bbc8d48 |
| children | bbeece20b49c |
| files | hooks/dhcpcd-run-hooks.8.in hooks/dhcpcd-run-hooks.in src/dhcpcd.8.in |
| diffstat | 3 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/hooks/dhcpcd-run-hooks.8.in Tue Apr 28 16:37:44 2020 +0100 +++ b/hooks/dhcpcd-run-hooks.8.in Tue Apr 28 16:56:26 2020 +0100 @@ -95,7 +95,7 @@ dhcpcd lost the carrier. The cable may have been unplugged or association to the wireless point lost. .It Dv INFORM | Dv INFORM6 -dhcpcd informed a DHCP server about it's address and obtained other +dhcpcd informed a DHCP server about its address and obtained other configuration details. .It Dv BOUND | Dv BOUND6 dhcpcd obtained a new lease from a DHCP server.
--- a/hooks/dhcpcd-run-hooks.in Tue Apr 28 16:37:44 2020 +0100 +++ b/hooks/dhcpcd-run-hooks.in Tue Apr 28 16:56:26 2020 +0100 @@ -211,7 +211,7 @@ } # With the advent of alternative init systems, it's possible to have -# more than one installed. So we need to try and guess what one we're +# more than one installed. So we need to try to guess what one we're # using unless overridden by configure. detect_init() {
--- a/src/dhcpcd.8.in Tue Apr 28 16:37:44 2020 +0100 +++ b/src/dhcpcd.8.in Tue Apr 28 16:56:26 2020 +0100 @@ -109,7 +109,7 @@ .Pp If any interface reports a working carrier then .Nm -will try and obtain a lease before forking to the background, +will try to obtain a lease before forking to the background, otherwise it will fork right away. This behaviour can be modified with the .Fl b , Fl Fl background
