diff options
author | Ulrich Drepper <drepper@redhat.com> | 2000-03-22 00:10:30 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2000-03-22 00:10:30 +0000 |
commit | bafb8ee92fbb5937357d53b8b9275c99e9da1cfe (patch) | |
tree | 795ef9a98481efeb34a23ce3824e629f8fa48342 /manual/process.texi | |
parent | fd091d3f3464d5e3c625ce89c83b4dd635aea678 (diff) | |
download | glibc-bafb8ee92fbb5937357d53b8b9275c99e9da1cfe.tar.gz glibc-bafb8ee92fbb5937357d53b8b9275c99e9da1cfe.tar.xz glibc-bafb8ee92fbb5937357d53b8b9275c99e9da1cfe.zip |
Update.
* manual/charset.texi: Fix typos. Rephrase. * manual/process.texi: Likewise. * manual/signal.texi: Likewise. Patches by Mike Coleman <mkc@kc.net>.
Diffstat (limited to 'manual/process.texi')
-rw-r--r-- | manual/process.texi | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/manual/process.texi b/manual/process.texi index 08c880bc0e..b9f255117d 100644 --- a/manual/process.texi +++ b/manual/process.texi @@ -63,9 +63,8 @@ possible to create the shell process, and otherwise is the status of the shell process. @xref{Process Completion}, for details on how this status code can be interpreted. -If the @var{command} argument is a null pointer, a non-zero return value -indicates that a command processor is available and this function can be -used at all. +If the @var{command} argument is a null pointer, a return value of zero +indicates that no command processor is available. This function is a cancelation point in multi-threaded programs. This is a problem if the thread allocates some resources (like memory, file |