Incorrect documentation for system, system*, and/or waitpid?

2018-10-13 Thread Chris Marusich
Hi, I was reading about the "system" and "system*" procedures in the Guile manual, and it seems like the actual behavior of Guile seems to contradict what the manual says. I'm using Guile version 2.2.4. The Guile manual says that these procedures return the exit status as returned by waitpid:

Re: Incorrect documentation for system, system*, and/or waitpid?

2018-10-13 Thread Mark H Weaver
Hi Chris, Chris Marusich writes: > I was reading about the "system" and "system*" procedures in the Guile > manual, and it seems like the actual behavior of Guile seems to > contradict what the manual says. I'm using Guile version 2.2.4. > > The Guile manual says that these procedures return th