diff options
author | 2003-08-03 23:30:55 +0000 | |
---|---|---|
committer | 2003-08-03 23:30:55 +0000 | |
commit | c9ad0778ee6c6f192b966fd1cac7eb0f0bc803fd (patch) | |
tree | e0c626a7ad72d82a8abd09cfe1bc94d49d94046a /lib/libc | |
parent | oops (diff) | |
download | wireguard-openbsd-c9ad0778ee6c6f192b966fd1cac7eb0f0bc803fd.tar.xz wireguard-openbsd-c9ad0778ee6c6f192b966fd1cac7eb0f0bc803fd.zip |
Use WCONTINUED as width for list of wait options; jmc@
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/sys/wait.2 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/sys/wait.2 b/lib/libc/sys/wait.2 index a0575b0c4cd..a305730ca34 100644 --- a/lib/libc/sys/wait.2 +++ b/lib/libc/sys/wait.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: wait.2,v 1.16 2003/08/03 19:25:49 millert Exp $ +.\" $OpenBSD: wait.2,v 1.17 2003/08/03 23:30:55 millert Exp $ .\" $NetBSD: wait.2,v 1.6 1995/02/27 12:39:37 cgd Exp $ .\" .\" Copyright (c) 1980, 1991, 1993, 1994 @@ -103,7 +103,7 @@ The parameter contains the bitwise .Tn OR of any of the following options: -.Bl -tag -width Ds +.Bl -tag -width "WCONTINUED" .It Dv WCONTINUED Causes status to be reported for stopped child processes that have been continued by receipt of a |