diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2004-03-11 18:58:40 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2004-03-11 18:58:40 +0000 |
commit | a098c5fba262465d01eea37e23ad838f0d16d0c0 (patch) | |
tree | 3f5aef8f48bc0ea9d21cb69d14b1668128a6302d | |
parent | d11a78cb1ef0a59a6990036fd548bc29d5f1cafe (diff) |
Document that a NULL status pointer is allowed. OK deraadt@
-rw-r--r-- | lib/libc/sys/wait.2 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc/sys/wait.2 b/lib/libc/sys/wait.2 index 02e01de7722..53b11f6f633 100644 --- a/lib/libc/sys/wait.2 +++ b/lib/libc/sys/wait.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: wait.2,v 1.18 2004/01/12 15:25:37 jmc Exp $ +.\" $OpenBSD: wait.2,v 1.19 2004/03/11 18:58:39 millert Exp $ .\" $NetBSD: wait.2,v 1.6 1995/02/27 12:39:37 cgd Exp $ .\" .\" Copyright (c) 1980, 1991, 1993, 1994 @@ -63,8 +63,8 @@ On return from a successful .Fn wait call, the .Fa status -area contains termination information about the process that exited -as defined below. +area, if non-zero, is filled in with termination information about the +process that exited (see below). .Pp The .Fn wait4 |