]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
regex.3: srcfix: Wrap source lines at sentence boundaries
authorMichael Kerrisk <mtk.manpages@gmail.com>
Fri, 13 Sep 2019 10:44:34 +0000 (12:44 +0200)
committerMichael Kerrisk <mtk.manpages@gmail.com>
Fri, 13 Sep 2019 10:44:34 +0000 (12:44 +0200)
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
man3/regex.3

index b6579982324911a58952cc471115b91d5e1f549d..bd002661125ee9cb4f2c4483a2b7c246835883c5 100644 (file)
@@ -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