summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2001-08-16 11:09:00 +0000
committerru <ru@FreeBSD.org>2001-08-16 11:09:00 +0000
commited60690b9ef175027c1e0a775d6101cce31853dd (patch)
tree991a4eb0faedf4c5348ebd9e7044f66822d24672
parentab92d36a36985dc69bb6e145146ad8ffd063ddc6 (diff)
downloadFreeBSD-src-ed60690b9ef175027c1e0a775d6101cce31853dd.zip
FreeBSD-src-ed60690b9ef175027c1e0a775d6101cce31853dd.tar.gz
mdoc(7) police: replace `\*(Ba' with a simple `|', it's handled specially.
-rw-r--r--lib/libc/db/man/dbm.32
-rw-r--r--sbin/camcontrol/camcontrol.82
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
OpenPOWER on IntegriCloud