summaryrefslogtreecommitdiff
path: root/share/man/man7/glob.7
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2014-12-09 14:39:38 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2014-12-09 14:39:38 +0000
commita4685dfbef7e6dc992a8d26225991d8898fe2ab0 (patch)
tree18e549dd4c07401efc2684b9bb5123d3e3f5d725 /share/man/man7/glob.7
parente5fedda5afa2bdf3309bf582d433a495c81f7a28 (diff)
no more ctype(3);
Diffstat (limited to 'share/man/man7/glob.7')
-rw-r--r--share/man/man7/glob.76
1 files changed, 2 insertions, 4 deletions
diff --git a/share/man/man7/glob.7 b/share/man/man7/glob.7
index c1c22d2f60b..1e8451d1eb8 100644
--- a/share/man/man7/glob.7
+++ b/share/man/man7/glob.7
@@ -1,4 +1,4 @@
-.\" $OpenBSD: glob.7,v 1.3 2009/12/26 15:24:54 schwarze Exp $
+.\" $OpenBSD: glob.7,v 1.4 2014/12/09 14:39:37 jmc Exp $
.\"
.\" Copyright (c) 2009 Todd C. Miller <Todd.Miller@courtesan.com>
.\"
@@ -15,7 +15,7 @@
.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
.\"
.\"
-.Dd $Mdocdate: December 26 2009 $
+.Dd $Mdocdate: December 9 2014 $
.Dt GLOB 7
.Os
.Sh NAME
@@ -90,8 +90,6 @@ Supported character classes:
.It Li "blank" Ta "graph" Ta "punct" Ta "xdigit"
.El
.Pp
-These match characters using the macros specified in
-.Xr ctype 3 .
A character class may not be used as an endpoint of a range.
.It [!..]
Like [..],