diff options
author | Aaron Campbell <aaron@cvs.openbsd.org> | 1999-06-05 04:47:43 +0000 |
---|---|---|
committer | Aaron Campbell <aaron@cvs.openbsd.org> | 1999-06-05 04:47:43 +0000 |
commit | b770acff37c9a862b04d7c262e6707d1f9416026 (patch) | |
tree | 80e86c277a70de5e0437ffb9ca88b1b1428609dc /lib/libc/db/man/mpool.3 | |
parent | 62904c50d3efc697f9b77565763bb45eb60c6607 (diff) |
use .Tn instead of .Em for logical/bitwise OR + AND
Diffstat (limited to 'lib/libc/db/man/mpool.3')
-rw-r--r-- | lib/libc/db/man/mpool.3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc/db/man/mpool.3 b/lib/libc/db/man/mpool.3 index dc6d9ccda69..23986d5efe0 100644 --- a/lib/libc/db/man/mpool.3 +++ b/lib/libc/db/man/mpool.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: mpool.3,v 1.6 1999/05/27 16:20:59 aaron Exp $ +.\" $OpenBSD: mpool.3,v 1.7 1999/06/05 04:47:41 aaron Exp $ .\" .\" Copyright (c) 1990, 1993 .\" The Regents of the University of California. All rights reserved. @@ -124,7 +124,7 @@ address. Otherwise, .Dv NULL is returned and errno is set. The flags value is formed by -.Em OR Ns 'ing +.Tn OR Ns 'ing the following values: .Bl -tag -width Ds .It MPOOL_PAGE_REQUEST @@ -157,7 +157,7 @@ must be an address previously returned by or .Fn mpool_new . The flags value is formed by -.Em OR Ns 'ing +.Tn OR Ns 'ing the following values: .Bl -tag -width Ds .It MPOOL_DIRTY |