summaryrefslogtreecommitdiffstats
path: root/share/man/man7
diff options
context:
space:
mode:
authorschwarze <schwarze@openbsd.org>2014-12-09 15:37:13 +0000
committerschwarze <schwarze@openbsd.org>2014-12-09 15:37:13 +0000
commit89d38d05ea956d0681cd6e99cb34fbfdd937bbc6 (patch)
treed9268c5efbb4d28f84687461abbad4fe00335fae /share/man/man7
parentavoid void arithmetic. from david carlier (diff)
downloadwireguard-openbsd-89d38d05ea956d0681cd6e99cb34fbfdd937bbc6.tar.xz
wireguard-openbsd-89d38d05ea956d0681cd6e99cb34fbfdd937bbc6.zip
put back some information what the character classes actually mean;
while here, remove the lie that regex(3) character classes would depend on the locale; ok jmc@
Diffstat (limited to 'share/man/man7')
-rw-r--r--share/man/man7/glob.76
1 files changed, 5 insertions, 1 deletions
diff --git a/share/man/man7/glob.7 b/share/man/man7/glob.7
index 1e8451d1eb8..d8125636bee 100644
--- a/share/man/man7/glob.7
+++ b/share/man/man7/glob.7
@@ -1,4 +1,4 @@
-.\" $OpenBSD: glob.7,v 1.4 2014/12/09 14:39:37 jmc Exp $
+.\" $OpenBSD: glob.7,v 1.5 2014/12/09 15:37:14 schwarze Exp $
.\"
.\" Copyright (c) 2009 Todd C. Miller <Todd.Miller@courtesan.com>
.\"
@@ -90,6 +90,10 @@ Supported character classes:
.It Li "blank" Ta "graph" Ta "punct" Ta "xdigit"
.El
.Pp
+These match characters using the macros specified in
+.Xr isalnum 3 ,
+.Xr isalpha 3 ,
+and so on.
A character class may not be used as an endpoint of a range.
.It [!..]
Like [..],