summaryrefslogtreecommitdiff
path: root/share/man/man7/glob.7
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@cvs.openbsd.org>2014-12-09 15:37:15 +0000
committerIngo Schwarze <schwarze@cvs.openbsd.org>2014-12-09 15:37:15 +0000
commita2bb1a0b93d920c79cce34d312cacf3c9e08b6ee (patch)
tree2881a3e0e039abaf8ea6cf5b33a80206c619f2c0 /share/man/man7/glob.7
parent58d4a908e52cd66d54fccda2b5a47a40f4f52e60 (diff)
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/glob.7')
-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 [..],