From: Chris Marusich Date: Sun, 14 Oct 2018 07:47:23 +0000 (-0700) Subject: Clarify the manual's "Processes" section. X-Git-Tag: v2.9.2~2^2~46 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=8cdd3a0773930ca872a13aada7a1344f03bb382b;p=platform%2Fupstream%2Fguile.git Clarify the manual's "Processes" section. * 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. --- diff --git a/doc/ref/posix.texi b/doc/ref/posix.texi index 1470e5f36..95ee6a501 100644 --- a/doc/ref/posix.texi +++ b/doc/ref/posix.texi @@ -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)