From: Roy Marples Date: Wed, 2 Jan 2019 16:33:29 +0000 (+0000) Subject: dhcpcd(8): note that --waitip needs = when specifying a protocol X-Git-Tag: v7.1.0~10 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8556cf885e23c11ff72bf6da7113095650038213;p=thirdparty%2Fdhcpcd.git dhcpcd(8): note that --waitip needs = when specifying a protocol --- diff --git a/src/dhcpcd.8.in b/src/dhcpcd.8.in index 0bbd0f3a..24c25193 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 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.