diff options
| author | Michael Kerrisk <mtk.manpages@gmail.com> | 2015-05-06 13:11:37 +0200 |
|---|---|---|
| committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2015-05-06 13:11:37 +0200 |
| commit | d86c357deec52b4aa0074a15d2595335e5c4bb34 (patch) | |
| tree | 6fcef6d443412006a2244bc8fc8bd5e56dadc6db /man3/regex.3 | |
| parent | e464d6b2825b4bd4f92962389282f38fc70c1418 (diff) | |
| download | man-pages-d86c357deec52b4aa0074a15d2595335e5c4bb34.tar.gz | |
regex.3: Fix error in description of 'cflags'
'cflags' is a bit mask of *zero* (not one) or more flags.
Reported-by: Laurence Gonsalves <laurence@xenomachina.com>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
Diffstat (limited to 'man3/regex.3')
| -rw-r--r-- | man3/regex.3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man3/regex.3 b/man3/regex.3 index 091138bc18..2228917bd0 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 |
