diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2008-05-09 13:00:00 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2008-05-09 13:00:00 +0000 |
commit | 3e743b2e373f67d544412f12c4fde1f2562b8aba (patch) | |
tree | 74ca9956ea126f55cd21dcfb0822a98c0b22cfe4 /usr.sbin/httpd/httpd.8 | |
parent | f176af5fca259e80e21c020c653466a9abe695c9 (diff) |
tweak previous; ok mbalmer
Diffstat (limited to 'usr.sbin/httpd/httpd.8')
-rw-r--r-- | usr.sbin/httpd/httpd.8 | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/usr.sbin/httpd/httpd.8 b/usr.sbin/httpd/httpd.8 index 6f97df90143..c17f6beb6d2 100644 --- a/usr.sbin/httpd/httpd.8 +++ b/usr.sbin/httpd/httpd.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: httpd.8,v 1.28 2008/05/09 08:06:27 mbalmer Exp $ +.\" $OpenBSD: httpd.8,v 1.29 2008/05/09 12:59:59 jmc Exp $ .\" Copyright (c) 1995-1997 David Robinson. All rights reserved. .\" Copyright (c) 1997-1999 The Apache Group. All rights reserved. .\" Copyright (c) 1998-1999 Bob Beck. All rights reserved. @@ -160,11 +160,12 @@ by default with The options are as follows: .Bl -tag -width Ds .It Fl 4 -Assume IPv4 address on ambiguous directives (default) +Assume IPv4 addresses on ambiguous directives (default). +Along with +.Fl 6 , +this can be used to remove ambiguities in cases such as "BindAddress *". .It Fl 6 -Assume IPv6 address on ambiguous directives -.Pp -The above two can be used, for example, to disambiguate "BindAddress *". +Assume IPv6 addresses on ambiguous directives. .It Fl C Ar directive Process the configuration .Ar directive |