aboutsummaryrefslogtreecommitdiffstats
path: root/man3
diff options
context:
space:
mode:
Diffstat (limited to 'man3')
-rw-r--r--man3/regex.36
1 files changed, 4 insertions, 2 deletions
diff --git a/man3/regex.3 b/man3/regex.3
index b657998232..bd00266112 100644
--- a/man3/regex.3
+++ b/man3/regex.3
@@ -161,8 +161,10 @@ above).
.TP
.B REG_STARTEND
Use pmatch[0] on the input string, starting at byte pmatch[0].rm_so and ending
-before byte pmatch[0].rm_eo. This allows matching embedded NUL bytes
-and avoids a strlen() on large strings. It does not use nmatch on input,
+before byte pmatch[0].rm_eo.
+This allows matching embedded NUL bytes
+and avoids a strlen() on large strings.
+It does not use nmatch on input,
and does not change
.B REG_NOTBOL
or