summaryrefslogtreecommitdiffstats
path: root/lib/libc/regex/regex.3
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libc/regex/regex.3')
-rw-r--r--lib/libc/regex/regex.38
1 files changed, 6 insertions, 2 deletions
diff --git a/lib/libc/regex/regex.3 b/lib/libc/regex/regex.3
index 22e8447..af7f575 100644
--- a/lib/libc/regex/regex.3
+++ b/lib/libc/regex/regex.3
@@ -110,7 +110,9 @@ and places the results in the
.Ft regex_t
structure pointed to by
.Fa preg .
-.Fa Cflags
+The
+.Fa cflags
+argument
is the bitwise OR of zero or more of the following flags:
.Bl -tag -width REG_EXTENDED
.It Dv REG_EXTENDED
@@ -669,7 +671,9 @@ The
function
performance is poor.
This will improve with later releases.
-.Fa Nmatch
+The
+.Fa nmatch
+argument
exceeding 0 is expensive;
.Fa nmatch
exceeding 1 is worse.
OpenPOWER on IntegriCloud