diff options
author | bapt <bapt@FreeBSD.org> | 2015-04-26 10:55:39 +0000 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2015-04-26 10:55:39 +0000 |
commit | 0eea96b3d2f4761a63ba04a5518a922bd3013487 (patch) | |
tree | 967d4dd85e824118b76028bcdc7453c2c78c98d2 /lib/libc/regex | |
parent | 2b78b18c213191ddc7e638b0b2188d07a504b0ea (diff) | |
download | FreeBSD-src-0eea96b3d2f4761a63ba04a5518a922bd3013487.zip FreeBSD-src-0eea96b3d2f4761a63ba04a5518a922bd3013487.tar.gz |
mdoc: rendering fixes
Diffstat (limited to 'lib/libc/regex')
-rw-r--r-- | lib/libc/regex/re_format.7 | 6 | ||||
-rw-r--r-- | lib/libc/regex/regex.3 | 6 |
2 files changed, 8 insertions, 4 deletions
diff --git a/lib/libc/regex/re_format.7 b/lib/libc/regex/re_format.7 index 089316b..b3f9561 100644 --- a/lib/libc/regex/re_format.7 +++ b/lib/libc/regex/re_format.7 @@ -392,10 +392,12 @@ and .Ql ?\& are ordinary characters, and their functionality can be expressed using bounds -.No ( Ql {1,} +.Po +.Ql {1,} or .Ql {0,1} -respectively). +respectively +.Pc . Also note that .Ql x+ in modern REs is equivalent to diff --git a/lib/libc/regex/regex.3 b/lib/libc/regex/regex.3 index ea1ba25..6df2f09 100644 --- a/lib/libc/regex/regex.3 +++ b/lib/libc/regex/regex.3 @@ -420,10 +420,12 @@ it should have been the result from the most recent using that .Ft regex_t . The -.Fn ( regerror +.Po +.Fn regerror may be able to supply a more detailed message using information from the -.Ft regex_t . ) +.Ft regex_t . +.Pc The .Fn regerror function |