Be explicit in saying what a shell pattern is.
authorespie <espie@openbsd.org>
Fri, 3 Nov 2023 13:03:02 +0000 (13:03 +0000)
committerespie <espie@openbsd.org>
Fri, 3 Nov 2023 13:03:02 +0000 (13:03 +0000)
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

index ef4f5b5..05fba1c 100644 (file)
@@ -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 <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: 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 ,