summaryrefslogtreecommitdiff
path: root/lib/libc
diff options
context:
space:
mode:
authorchristos <christos@NetBSD.org>2021-03-11 18:49:18 +0000
committerchristos <christos@NetBSD.org>2021-03-11 18:49:18 +0000
commit6cf66fa2ccdda773bb340601578b052eb2171f5d (patch)
tree7495c43a996a977d678ffe14248ce556e5a99331 /lib/libc
parent4aed924f1c1f2c44cf6f1871bd2f94cf474857d9 (diff)
Underscore is a word character (thanks uwe@)
Diffstat (limited to 'lib/libc')
-rw-r--r--lib/libc/regex/regex.36
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc/regex/regex.3 b/lib/libc/regex/regex.3
index fd684f13a8a..2f344496dda 100644
--- a/lib/libc/regex/regex.3
+++ b/lib/libc/regex/regex.3
@@ -1,4 +1,4 @@
-.\" $NetBSD: regex.3,v 1.31 2021/03/11 17:13:29 wiz Exp $
+.\" $NetBSD: regex.3,v 1.32 2021/03/11 18:49:18 christos Exp $
.\"
.\" Copyright (c) 1992, 1993, 1994 Henry Spencer.
.\" Copyright (c) 1992, 1993, 1994
@@ -225,9 +225,9 @@ Horizontal Tab
.It \ev
Vertical Tab
.It \ew
-Alias for [[:alnum:]]
+Alias for [[:alnum:]_]
.It \eW
-Alias for [^[:alnum:]]
+Alias for [^[:alnum:]_]
.It \e'
Matches the end of the subject string (the string to be matched).
.It \e`