diff options
author | Ulrich Drepper <drepper@redhat.com> | 2000-02-15 01:39:39 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2000-02-15 01:39:39 +0000 |
commit | a496e4ce9546e451567a601600847675a5e76fe8 (patch) | |
tree | e41061f1fa39a42a77ed779f7f6d870ea8a2a8b5 /manual/process.texi | |
parent | 7c437eb80360ee1774ce5dbeaf983337b9ab8113 (diff) | |
download | glibc-a496e4ce9546e451567a601600847675a5e76fe8.tar glibc-a496e4ce9546e451567a601600847675a5e76fe8.tar.gz glibc-a496e4ce9546e451567a601600847675a5e76fe8.tar.bz2 glibc-a496e4ce9546e451567a601600847675a5e76fe8.zip |
Update.
* manual/job.texi: Fix typos.
* manual/process.texi: Likewise.
* manual/signal.texi: Likewise.
Diffstat (limited to 'manual/process.texi')
-rw-r--r-- | manual/process.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manual/process.texi b/manual/process.texi index 14421b592f..08c880bc0e 100644 --- a/manual/process.texi +++ b/manual/process.texi @@ -63,7 +63,7 @@ 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 +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. |