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/README.IPv6 | |
parent | d49ae46833101ac3ac37c8230c2b2fc2e19db3f0 (diff) |
Document and implement -U option, fix usage information for '-?'.
Documentation corrections and spelling by jmc.
Diffstat (limited to 'usr.sbin/httpd/README.IPv6')
-rw-r--r-- | usr.sbin/httpd/README.IPv6 | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/usr.sbin/httpd/README.IPv6 b/usr.sbin/httpd/README.IPv6 index 47349830709..e9bd4c9d1b0 100644 --- a/usr.sbin/httpd/README.IPv6 +++ b/usr.sbin/httpd/README.IPv6 @@ -1,4 +1,4 @@ -$OpenBSD: README.IPv6,v 1.1 2008/05/13 20:09:19 mbalmer Exp $ +$OpenBSD: README.IPv6,v 1.2 2008/05/21 08:57:38 mbalmer Exp $ IPv6 support for the OpenBSD httpd(8) @@ -12,8 +12,10 @@ Basically you can write IPv6 address where IPv4 address fits. extra command-line argument: -4 Assume IPv4 address on ambiguous directives (default) -6 Assume IPv6 address on ambiguous directives + -U Don't assume a specific address family on ambigous + directives - The above two can be used, for example, to disambiguate + The above options can be used, for example, to disambiguate "BindAddress *". base commands: |