]> git.ipfire.org Git - thirdparty/dhcpcd.git/commitdiff
dhcpcd(8): note that --waitip needs = when specifying a protocol
authorRoy Marples <roy@marples.name>
Wed, 2 Jan 2019 16:33:29 +0000 (16:33 +0000)
committerRoy Marples <roy@marples.name>
Wed, 2 Jan 2019 16:33:29 +0000 (16:33 +0000)
src/dhcpcd.8.in

index 0bbd0f3aabdefd71c830beba9a97d5360fcdc751..24c25193a4171a579e98e4a74978f3978d4a2307 100644 (file)
@@ -22,7 +22,7 @@
 .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
 .\" SUCH DAMAGE.
 .\"
-.Dd September 15, 2018
+.Dd January 2, 2019
 .Dt DHCPCD 8
 .Os
 .Sh NAME
@@ -54,7 +54,7 @@
 .Op Fl v , Fl Fl vendor Ar code , Ar value
 .Op Fl W , Fl Fl whitelist Ar address Ns Op Ar /cidr
 .Op Fl w
-.Op Fl Fl waitip Op 4 | 6
+.Op Fl Fl waitip Ns = Ns Op 4 | 6
 .Op Fl y , Fl Fl reboot Ar seconds
 .Op Fl X , Fl Fl blacklist Ar address Ns Op Ar /cidr
 .Op Fl Z , Fl Fl denyinterfaces Ar pattern
@@ -538,7 +538,7 @@ then exits before doing any configuration.
 .It Fl w
 Wait for an address to be assigned before forking to the background.
 Does not take an argument, unlike the below option.
-.It Fl Fl waitip Op 4 | 6
+.It Fl Fl waitip Ns = Ns Op 4 | 6
 Wait for an address to be assigned before forking to the background.
 4 means wait for an IPv4 address to be assigned.
 6 means wait for an IPv6 address to be assigned.