diff options
author | 2014-08-17 18:46:29 +0000 | |
---|---|---|
committer | 2014-08-17 18:46:29 +0000 | |
commit | 41d6b898e8f6ab11337bbb211daa56ed9cda563d (patch) | |
tree | 63108f3b224712debc1e34d2e2844db2311d4760 | |
parent | Segfault fixes from kristaps@. (diff) | |
download | wireguard-openbsd-41d6b898e8f6ab11337bbb211daa56ed9cda563d.tar.xz wireguard-openbsd-41d6b898e8f6ab11337bbb211daa56ed9cda563d.zip |
don;t mark up {};
-rw-r--r-- | usr.sbin/httpd/httpd.conf.5 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/httpd/httpd.conf.5 b/usr.sbin/httpd/httpd.conf.5 index 9eacd29c4d2..8a539f2de91 100644 --- a/usr.sbin/httpd/httpd.conf.5 +++ b/usr.sbin/httpd/httpd.conf.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: httpd.conf.5,v 1.31 2014/08/09 09:07:14 jmc Exp $ +.\" $OpenBSD: httpd.conf.5,v 1.32 2014/08/17 18:46:29 jmc Exp $ .\" .\" Copyright (c) 2014 Reyk Floeter <reyk@openbsd.org> .\" @@ -14,7 +14,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: August 9 2014 $ +.Dd $Mdocdate: August 17 2014 $ .Dt HTTPD.CONF 5 .Os .Sh NAME @@ -164,7 +164,7 @@ and defaults to .Pa /run/slowcgi.sock . .It Ic listen on Ar address Oo Ic ssl Oc Ic port Ar number Set the listen address and port. -.It Ic location Ar path { ... } +.It Ic location Ar path Brq ... Specify server configuration rules for a specific location. The .Ar path |