diff options
author | Reyk Floeter <reyk@cvs.openbsd.org> | 2014-08-04 16:08:00 +0000 |
---|---|---|
committer | Reyk Floeter <reyk@cvs.openbsd.org> | 2014-08-04 16:08:00 +0000 |
commit | 9f767bf6f36f4c28b9ae976d2473cbc01c481401 (patch) | |
tree | fbf72e06d1431315e7652d9758bfe877220eac4b /etc/examples | |
parent | ccf9d49b56465ffe244751a209a38d818f8cbda4 (diff) |
Change grammar from "log [style]" to "log style [style]".
Diffstat (limited to 'etc/examples')
-rw-r--r-- | etc/examples/httpd.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/examples/httpd.conf b/etc/examples/httpd.conf index 43edfaa3a74..161c4d80260 100644 --- a/etc/examples/httpd.conf +++ b/etc/examples/httpd.conf @@ -1,4 +1,4 @@ -# $OpenBSD: httpd.conf,v 1.6 2014/08/03 11:51:40 reyk Exp $ +# $OpenBSD: httpd.conf,v 1.7 2014/08/04 16:07:59 reyk Exp $ # # Macros @@ -28,7 +28,7 @@ server "www.example.com" { location "/pub/*" { directory auto index - log combined + log style combined } location "*.php" { |