diff options
author | 2014-01-22 22:54:14 +0000 | |
---|---|---|
committer | 2014-01-22 22:54:14 +0000 | |
commit | 13d73fe381930ff40434f0bb2de5d7a3a15778a1 (patch) | |
tree | cea2c17762fe96fce359b220d760d8aa3fa6fb67 /lib/libc/regex/regex.3 | |
parent | drm/edid: add quirk for BPC in Samsung NP700G7A-S01PL notebook (diff) | |
download | wireguard-openbsd-13d73fe381930ff40434f0bb2de5d7a3a15778a1.tar.xz wireguard-openbsd-13d73fe381930ff40434f0bb2de5d7a3a15778a1.zip |
Use consistent phrasing for bitmask flags.
tweaking and ok millert@ jmc@
Diffstat (limited to 'lib/libc/regex/regex.3')
-rw-r--r-- | lib/libc/regex/regex.3 | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/lib/libc/regex/regex.3 b/lib/libc/regex/regex.3 index 357858f5869..90395456f29 100644 --- a/lib/libc/regex/regex.3 +++ b/lib/libc/regex/regex.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: regex.3,v 1.24 2014/01/21 03:15:45 schwarze Exp $ +.\" $OpenBSD: regex.3,v 1.25 2014/01/22 22:54:14 guenther Exp $ .\" .\" Copyright (c) 1997, Phillip F Knaack. All rights reserved. .\" @@ -35,7 +35,7 @@ .\" .\" @(#)regex.3 8.4 (Berkeley) 3/20/94 .\" -.Dd $Mdocdate: January 21 2014 $ +.Dd $Mdocdate: January 22 2014 $ .Dt REGEX 3 .Os .Sh NAME @@ -100,10 +100,11 @@ and places the results in the .Li regex_t structure pointed to by .Fa preg . +The .Fa cflags -is the bitwise +argument is the bitwise .Tn OR -of zero or more of the following flags: +of zero or more of the following values: .Bl -tag -width XREG_EXTENDEDX .It Dv REG_EXTENDED Compile modern @@ -221,7 +222,7 @@ The .Fa eflags argument is the bitwise .Tn OR -of zero or more of the following flags: +of zero or more of the following values: .Bl -tag -width XREG_STARTENDX .It Dv REG_NOTBOL The first character of |