From d86c357deec52b4aa0074a15d2595335e5c4bb34 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Wed, 6 May 2015 13:11:37 +0200 Subject: [PATCH] regex.3: Fix error in description of 'cflags' 'cflags' is a bit mask of *zero* (not one) or more flags. Reported-by: Laurence Gonsalves Signed-off-by: Michael Kerrisk --- man3/regex.3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man3/regex.3 b/man3/regex.3 index 091138bc1..2228917bd 100644 --- a/man3/regex.3 +++ b/man3/regex.3 @@ -73,7 +73,7 @@ initialized pattern buffer. .I cflags may be the .RB bitwise- or -of one or more of the following: +of zero or more of the following: .TP .B REG_EXTENDED Use