summaryrefslogtreecommitdiffstats
path: root/lib/libc/sys/wait.2
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2002-12-19 09:40:28 +0000
committerru <ru@FreeBSD.org>2002-12-19 09:40:28 +0000
commit51fe7c1a888747c57136cc34ec54a93a0487b745 (patch)
treef0781cb8e5be3a35234a6d0c123d6ae11ba70e40 /lib/libc/sys/wait.2
parent3424a53ebeadf7ab320c37cf93702953cee94efe (diff)
downloadFreeBSD-src-51fe7c1a888747c57136cc34ec54a93a0487b745.zip
FreeBSD-src-51fe7c1a888747c57136cc34ec54a93a0487b745.tar.gz
mdoc(7) police: "The .Fa argument.".
Diffstat (limited to 'lib/libc/sys/wait.2')
-rw-r--r--lib/libc/sys/wait.28
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/libc/sys/wait.2 b/lib/libc/sys/wait.2
index 7f8925a..a3ba362 100644
--- a/lib/libc/sys/wait.2
+++ b/lib/libc/sys/wait.2
@@ -82,7 +82,7 @@ The other wait functions are implemented using
.Pp
The
.Fa wpid
-parameter specifies the set of child processes for which to wait.
+argument specifies the set of child processes for which to wait.
If
.Fa wpid
is -1, the call waits for any child process.
@@ -102,9 +102,9 @@ equals the absolute value of
.Pp
The
.Fa status
-parameter is defined below. The
+argument is defined below. The
.Fa options
-parameter contains the bitwise OR of any of the following options.
+argument contains the bitwise OR of any of the following options.
The
.Dv WCONTINUED
option indicates that children of the current process that
@@ -279,7 +279,7 @@ The
.Fa status
or
.Fa rusage
-arguments point to an illegal address.
+argument points to an illegal address.
(May not be detected before exit of a child process.)
.It Bq Er EINTR
The call was interrupted by a caught signal,
OpenPOWER on IntegriCloud