diff options
author | Roland McGrath <roland@gnu.org> | 1994-10-14 10:05:03 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1994-10-14 10:05:03 +0000 |
commit | 95107cc0428fb5eb0e773ba849a67264a5a59ccc (patch) | |
tree | 20e74ca8ff5b9c744668c8d51bb48969eac82986 | |
parent | b51daf82107d32cb8434f6758db47fc9786d1c87 (diff) |
Fix xrefs.cvs/jems-14oct94
-rw-r--r-- | manual/intro.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/manual/intro.texi b/manual/intro.texi index 0d340eb445..e698272d7c 100644 --- a/manual/intro.texi +++ b/manual/intro.texi @@ -142,7 +142,7 @@ Interface}, commonly referred to as POSIX.1. The primary extensions to the ANSI C facilities specified by this standard include file system interface primitives (@pxref{File System Interface}), device-specific terminal control functions (@pxref{Low-Level Terminal Interface}), and -process control functions (@pxref{Child Processes}). +process control functions (@pxref{Processes}). Some facilities from @cite{IEEE Std 1003.2-1992, the POSIX Shell and Utilities standard} (POSIX.2) are also implemented in the GNU library. @@ -756,7 +756,7 @@ critical sections of your program. command-line arguments and environment variables. @item -@ref{Child Processes}, contains information about how to start new processes +@ref{Processes}, contains information about how to start new processes and run programs. @item |