Clarify the manual's "Processes" section.
authorChris Marusich <cmmarusich@gmail.com>
Sun, 14 Oct 2018 07:47:23 +0000 (00:47 -0700)
committerMark H Weaver <mhw@netris.org>
Sun, 14 Oct 2018 21:57:50 +0000 (17:57 -0400)
* doc/ref/posix.texi (Processes): Use the phrase "integer status value"
consistently, and add a cross-reference to the section of the glibc
manual that explains what it is.

doc/ref/posix.texi

index 1470e5f36956a6d1e8ed45acaaf696187ee16a7f..95ee6a501dabeae32e6540bee352f188bc7cc194 100644 (file)
@@ -1749,13 +1749,14 @@ The return value is a pair containing:
 The process ID of the child process, or 0 if @code{WNOHANG} was
 specified and no process was collected.
 @item
-The integer status value.
+The integer status value (@pxref{Process Completion Status,,, libc, The
+GNU C Library Reference Manual}).
 @end enumerate
 @end deffn
 
 The following three
-functions can be used to decode the process status code returned
-by @code{waitpid}.
+functions can be used to decode the integer status value returned by
+@code{waitpid}.
 
 @deffn {Scheme Procedure} status:exit-val status
 @deffnx {C Function} scm_status_exit_val (status)