aboutsummaryrefslogtreecommitdiffstats
path: root/man3
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2019-09-13 12:44:34 +0200
committerMichael Kerrisk <mtk.manpages@gmail.com>2019-09-13 12:44:34 +0200
commite7a1bf89a26872a087d67e6f47d24a7b1e779484 (patch)
tree6ac05c2875e16bce05bf016251c73da122d3589e /man3
parentf8c3a92763c80b1b9c06ed1f0f6f6bd9e9a847dc (diff)
downloadman-pages-e7a1bf89a26872a087d67e6f47d24a7b1e779484.tar.gz
regex.3: srcfix: Wrap source lines at sentence boundaries
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
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