diff options
author | Marc Balmer <mbalmer@cvs.openbsd.org> | 2008-05-21 08:57:39 +0000 |
---|---|---|
committer | Marc Balmer <mbalmer@cvs.openbsd.org> | 2008-05-21 08:57:39 +0000 |
commit | 477e09d5f79fc0eaf2aee3679e11ce7babae65b4 (patch) | |
tree | 70c1b689c4fd84a68223aef8f0b18851dde0c77e /usr.sbin/httpd/htdocs | |
parent | d49ae46833101ac3ac37c8230c2b2fc2e19db3f0 (diff) |
Document and implement -U option, fix usage information for '-?'.
Documentation corrections and spelling by jmc.
Diffstat (limited to 'usr.sbin/httpd/htdocs')
-rw-r--r-- | usr.sbin/httpd/htdocs/manual/ipv6.html | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/usr.sbin/httpd/htdocs/manual/ipv6.html b/usr.sbin/httpd/htdocs/manual/ipv6.html index cb2e46e5c55..29503958804 100644 --- a/usr.sbin/httpd/htdocs/manual/ipv6.html +++ b/usr.sbin/httpd/htdocs/manual/ipv6.html @@ -38,10 +38,13 @@ Basically you can write IPv6 address where IPv4 address fits. <dl> <dt>-4</dt><dd>Assume IPv4 address on ambiguous directives (default)</dd> <dt>-6</dt><dd>Assume IPv6 address on ambiguous directives</dd> +<dt>-U</dt><dd>Don't assume a specific address family on ambiguous +directives</dd> </dl> <p> -The above two can be used, for example, to disambiguate "BindAddress *". +The above options can be used to remove ambiguities in directives, +for example "BindAddress *". </p> <h2>base commands</h2> |