diff options
author | ru <ru@FreeBSD.org> | 2001-08-16 11:09:00 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2001-08-16 11:09:00 +0000 |
commit | ed60690b9ef175027c1e0a775d6101cce31853dd (patch) | |
tree | 991a4eb0faedf4c5348ebd9e7044f66822d24672 /lib | |
parent | ab92d36a36985dc69bb6e145146ad8ffd063ddc6 (diff) | |
download | FreeBSD-src-ed60690b9ef175027c1e0a775d6101cce31853dd.zip FreeBSD-src-ed60690b9ef175027c1e0a775d6101cce31853dd.tar.gz |
mdoc(7) police: replace `\*(Ba' with a simple `|', it's handled specially.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libc/db/man/dbm.3 | 2 |
1 files changed, 1 insertions, 1 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 |