From ed60690b9ef175027c1e0a775d6101cce31853dd Mon Sep 17 00:00:00 2001 From: ru Date: Thu, 16 Aug 2001 11:09:00 +0000 Subject: mdoc(7) police: replace `\*(Ba' with a simple `|', it's handled specially. --- lib/libc/db/man/dbm.3 | 2 +- sbin/camcontrol/camcontrol.8 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/libc/db/man/dbm.3 b/lib/libc/db/man/dbm.3 index cb0cb6d..e8a21bb 100644 --- a/lib/libc/db/man/dbm.3 +++ b/lib/libc/db/man/dbm.3 @@ -91,7 +91,7 @@ and .Fa mode are passed to .Xr open 2 . -.Pq Dv O_RDWR \*(Ba O_CREAT +.Pq Dv O_RDWR | O_CREAT is a typical value for .Fa flags ; .Li 0660 diff --git a/sbin/camcontrol/camcontrol.8 b/sbin/camcontrol/camcontrol.8 index 6618397..c01c07e 100644 --- a/sbin/camcontrol/camcontrol.8 +++ b/sbin/camcontrol/camcontrol.8 @@ -87,7 +87,7 @@ .Ic modepage .Op device id .Op generic args -.Aq Fl m Ar page \*(Ba Fl l +.Aq Fl m Ar page | Fl l .Op Fl P Ar pgctl .Op Fl b | Fl e .Op Fl d -- cgit v1.1