From e7a1bf89a26872a087d67e6f47d24a7b1e779484 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Fri, 13 Sep 2019 12:44:34 +0200 Subject: [PATCH] regex.3: srcfix: Wrap source lines at sentence boundaries Signed-off-by: Michael Kerrisk --- man3/regex.3 | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/man3/regex.3 b/man3/regex.3 index b65799823..bd0026611 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