regex.3: srcfix: Wrap source lines at sentence boundaries

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2019-09-13 12:44:34 +02:00
parent f8c3a92763
commit e7a1bf89a2
1 changed files with 4 additions and 2 deletions

View 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