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/wait.2 | |
parent | 62904c50d3efc697f9b77565763bb45eb60c6607 (diff) |
use .Tn instead of .Em for logical/bitwise OR + AND
Diffstat (limited to 'lib/libc/sys/wait.2')
-rw-r--r-- | lib/libc/sys/wait.2 | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/lib/libc/sys/wait.2 b/lib/libc/sys/wait.2 index 937da89176f..cc250fec7eb 100644 --- a/lib/libc/sys/wait.2 +++ b/lib/libc/sys/wait.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: wait.2,v 1.7 1999/05/23 14:10:57 aaron Exp $ +.\" $OpenBSD: wait.2,v 1.8 1999/06/05 04:47:42 aaron Exp $ .\" $NetBSD: wait.2,v 1.6 1995/02/27 12:39:37 cgd Exp $ .\" .\" Copyright (c) 1980, 1991, 1993, 1994 @@ -104,7 +104,9 @@ The .Fa status parameter is defined below. The .Fa options -parameter contains the bitwise OR of any of the following options. +parameter contains the bitwise +.Tn OR +of any of the following options. The .Dv WNOHANG option |