aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/regex
diff options
context:
space:
mode:
authorKyle Evans <kevans@FreeBSD.org>2020-08-04 02:06:49 +0000
committerKyle Evans <kevans@FreeBSD.org>2020-08-04 02:06:49 +0000
commitba8b64de05d0df84ad9064be950ca38bc7bafe7d (patch)
tree7d64c16011276f9584d29c7d06090f6aebfa3466 /lib/libc/regex
parent6e0c8e1ae292e567ba6260d9a6c0b771629a89e3 (diff)
downloadsrc-ba8b64de05d0df84ad9064be950ca38bc7bafe7d.tar.gz
src-ba8b64de05d0df84ad9064be950ca38bc7bafe7d.zip
Notes
Diffstat (limited to 'lib/libc/regex')
-rw-r--r--lib/libc/regex/regex.313
1 files changed, 12 insertions, 1 deletions
diff --git a/lib/libc/regex/regex.3 b/lib/libc/regex/regex.3
index 8959272e9891..d22dec1e87f7 100644
--- a/lib/libc/regex/regex.3
+++ b/lib/libc/regex/regex.3
@@ -32,7 +32,7 @@
.\" @(#)regex.3 8.4 (Berkeley) 3/20/94
.\" $FreeBSD$
.\"
-.Dd May 25, 2016
+.Dd April 15, 2017
.Dt REGEX 3
.Os
.Sh NAME
@@ -183,6 +183,17 @@ compatible with but not specified by
.St -p1003.2 ,
and should be used with
caution in software intended to be portable to other systems.
+.It Dv REG_POSIX
+Compile only
+.St -p1003.2
+compliant expressions.
+This flag has no effect unless linking against
+.Nm libregex .
+This is an extension,
+compatible with but not specified by
+.St -p1003.2 ,
+and should be used with
+caution in software intended to be portable to other systems.
.El
.Pp
When successful,