From 1939637b53ef54ee1e1333e405805d42d8fe096d Mon Sep 17 00:00:00 2001 From: espie Date: Fri, 3 Nov 2023 13:03:02 +0000 Subject: [PATCH] Be explicit in saying what a shell pattern is. I'm not a big fan of idiosyncratic lua patterns, especially in that context, but pointing towards them and not mentionning glob(7) is thoroughly confusing. Don't push lua patterns down people throats ! At least you know what the incredibly fuzzy "shell patterns" refers to now ! okay millert@, jmc@ --- usr.sbin/httpd/httpd.conf.5 | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/usr.sbin/httpd/httpd.conf.5 b/usr.sbin/httpd/httpd.conf.5 index ef4f5b5811f..05fba1c340b 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.124 2023/10/29 11:27:11 kn Exp $ +.\" $OpenBSD: httpd.conf.5,v 1.125 2023/11/03 13:03:02 espie Exp $ .\" .\" Copyright (c) 2014, 2015 Reyk Floeter .\" @@ -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: October 29 2023 $ +.Dd $Mdocdate: November 3 2023 $ .Dt HTTPD.CONF 5 .Os .Sh NAME @@ -186,7 +186,9 @@ first defined section that matches the listening port. .Bl -tag -width Ds .It Ic server Ar name Brq ... -Match the server name using shell globbing rules. +Match the server name using shell globbing rules, +see +.Xr glob 7 . This can be an explicit name, .Ar www.example.com , or a name including wildcards, @@ -867,6 +869,7 @@ server "example.com" { .Ed .Sh SEE ALSO .Xr htpasswd 1 , +.Xr glob 7 , .Xr patterns 7 , .Xr httpd 8 , .Xr ocspcheck 8 , -- 2.20.1