]> git.ipfire.org Git - thirdparty/dhcpcd.git/commitdiff
Document that -r and -s require the address on the command line.
authorRoy Marples <roy@marples.name>
Sat, 7 Oct 2017 12:36:24 +0000 (13:36 +0100)
committerRoy Marples <roy@marples.name>
Sat, 7 Oct 2017 12:36:24 +0000 (13:36 +0100)
They are still optional in dhcpcd.conf.

src/dhcpcd.8.in

index 22149b8182f8f1f518cc473f09848a6157079216..d91e232a38c4cfec93bf3005175bbb1876747f4c 100644 (file)
@@ -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.