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/sys/open.2 | |
parent | 62904c50d3efc697f9b77565763bb45eb60c6607 (diff) |
use .Tn instead of .Em for logical/bitwise OR + AND
Diffstat (limited to 'lib/libc/sys/open.2')
-rw-r--r-- | lib/libc/sys/open.2 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/sys/open.2 b/lib/libc/sys/open.2 index be8fa078376..74106b46461 100644 --- a/lib/libc/sys/open.2 +++ b/lib/libc/sys/open.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: open.2,v 1.11 1999/05/27 16:21:00 aaron Exp $ +.\" $OpenBSD: open.2,v 1.12 1999/06/05 04:47:42 aaron Exp $ .\" $NetBSD: open.2,v 1.8 1995/02/27 12:35:14 cgd Exp $ .\" .\" Copyright (c) 1980, 1991, 1993 @@ -65,7 +65,7 @@ and modified by the process' umask value (see .Xr umask 2 ) . .Pp The flags specified are formed by -.Em OR Ns 'ing +.Tn OR Ns 'ing the following values .Pp .Bd -literal -offset indent -compact |