From: Roy Marples Date: Sat, 7 Oct 2017 12:36:24 +0000 (+0100) Subject: Document that -r and -s require the address on the command line. X-Git-Tag: v7.0.0-rc3~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b640c53108e38071a9f11d18fe4e17a5c8d1a803;p=thirdparty%2Fdhcpcd.git Document that -r and -s require the address on the command line. They are still optional in dhcpcd.conf. --- diff --git a/src/dhcpcd.8.in b/src/dhcpcd.8.in index 22149b81..d91e232a 100644 --- a/src/dhcpcd.8.in +++ b/src/dhcpcd.8.in @@ -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 @@ Sometimes, this isn't desirable if, for example, you have root mounted over 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 @@ If no 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.