diff options
author | ru <ru@FreeBSD.org> | 2001-02-09 09:08:53 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2001-02-09 09:08:53 +0000 |
commit | feaf463d56a8eec9d349e288459e6e92ba070533 (patch) | |
tree | f33453b44de06a51aae3ba0aeb20eb8d9810cbde /lib/libc | |
parent | fd2fe0a56cc1f7cddbbc7f0b4e651ab5a1cbb40e (diff) | |
download | FreeBSD-src-feaf463d56a8eec9d349e288459e6e92ba070533.zip FreeBSD-src-feaf463d56a8eec9d349e288459e6e92ba070533.tar.gz |
mdoc(7) police: fixed the weird construct.
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/regex/re_format.7 | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/lib/libc/regex/re_format.7 b/lib/libc/regex/re_format.7 index ef28a51..b6fb9de 100644 --- a/lib/libc/regex/re_format.7 +++ b/lib/libc/regex/re_format.7 @@ -463,9 +463,7 @@ They are also somewhat vaguely defined (does .Ql a\e(\e(b\e)*\e2\e)*d match -.Ql abbbd Ns Xo -?). -.Xc +.Ql abbbd ? ) . Avoid using them. .Pp .St -p1003.2 |