summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormillert <millert@openbsd.org>2004-03-11 18:58:39 +0000
committermillert <millert@openbsd.org>2004-03-11 18:58:39 +0000
commit8d31a6040dbe819915d90f7b13fbd5597302681e (patch)
tree691ca6b34ec2ef750af205522cdc8995012ae04f
parentPlugging memory leaks is OK but don't break intended behaviour. So this time (diff)
downloadwireguard-openbsd-8d31a6040dbe819915d90f7b13fbd5597302681e.tar.xz
wireguard-openbsd-8d31a6040dbe819915d90f7b13fbd5597302681e.zip
Document that a NULL status pointer is allowed. OK deraadt@
-rw-r--r--lib/libc/sys/wait.26
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