Module Name: src
Committed By: christos
Date: Thu Mar 11 18:49:18 UTC 2021
Modified Files:
src/lib/libc/regex: regex.3
Log Message:
Underscore is a word character (thanks uwe@)
To generate a diff of this commit:
cvs rdiff -u -r1.31 -r1.32 src/lib/libc/regex/regex.3
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/lib/libc/regex/regex.3
diff -u src/lib/libc/regex/regex.3:1.31 src/lib/libc/regex/regex.3:1.32
--- src/lib/libc/regex/regex.3:1.31 Thu Mar 11 12:13:29 2021
+++ src/lib/libc/regex/regex.3 Thu Mar 11 13:49:18 2021
@@ -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`