Mercurial > hg > dhcpcd
changeset 4157:fcab203e2630 draft
Document that -r and -s require the address on the command line.
They are still optional in dhcpcd.conf.
| author | Roy Marples <roy@marples.name> |
|---|---|
| date | Sat, 07 Oct 2017 13:36:24 +0100 |
| parents | 77405b51f5ae |
| children | 9140a9acd7c9 |
| files | src/dhcpcd.8.in |
| diffstat | 1 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/src/dhcpcd.8.in Sat Oct 07 13:33:00 2017 +0100 +++ b/src/dhcpcd.8.in Sat Oct 07 13:36:24 2017 +0100 @@ -22,7 +22,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.Dd August 29, 2017 +.Dd October 7, 2017 .Dt DHCPCD 8 .Os .Sh NAME @@ -434,7 +434,7 @@ NFS or SSH clients connect to this host and they need to be notified of the host shutting down. You can use this option to stop this from happening. -.It Fl r , Fl Fl request Op Ar address +.It Fl r , Fl Fl request Ar address Request the .Ar address in the DHCP DISCOVER message. @@ -444,7 +444,7 @@ is given then the first address currently assigned to the .Ar interface is used. -.It Fl s , Fl Fl inform Op Ar address Ns Op Ar /cidr +.It Fl s , Fl Fl inform Ar address Ns Op Ar /cidr Behaves like .Fl r , Fl Fl request as above, but sends a DHCP INFORM instead of DISCOVER/REQUEST.
