From 4acd5ec212415efff6b9f847d1a7b9c6c9e7a526 Mon Sep 17 00:00:00 2001 From: Chris Marusich Date: Sun, 14 Oct 2018 00:47:23 -0700 Subject: [PATCH] Clarify the manual's "Processes" section. * doc/ref/posix.texi (Processes): Explicitly state that status:exit-val, status:term-sig, and status:stop-sig take an integer as input. --- doc/ref/posix.texi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/ref/posix.texi b/doc/ref/posix.texi index 5cb68a292..e39ea119c 100644 --- a/doc/ref/posix.texi +++ b/doc/ref/posix.texi @@ -1749,8 +1749,8 @@ The integer status value. @end deffn The following three -functions can be used to decode the process status code returned -by @code{waitpid}. +functions take an integer as input and 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) -- 2.18.0