summary refs log tree commit diff
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>1994-10-14 10:00:18 +0000
committerRoland McGrath <roland@gnu.org>1994-10-14 10:00:18 +0000
commite20e257824a6d0d9157f2962ac4a8fea851c46b3 (patch)
treefd02645a01c092ccc38d661c0129cba0c9ba4f52
parent6c33c9ea01a3d630f4983ae5b69740fcae3478de (diff)
downloadglibc-e20e257824a6d0d9157f2962ac4a8fea851c46b3.tar.gz
glibc-e20e257824a6d0d9157f2962ac4a8fea851c46b3.tar.xz
glibc-e20e257824a6d0d9157f2962ac4a8fea851c46b3.zip
(Signaling Another Process): Fix xref.
-rw-r--r--manual/signal.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/manual/signal.texi b/manual/signal.texi
index eff0f3ce42..e6a5698a39 100644
--- a/manual/signal.texi
+++ b/manual/signal.texi
@@ -2182,7 +2182,7 @@ Two processes need to synchronize while working together.
 @end itemize
 
 This section assumes that you know a little bit about how processes
-work.  For more information on this subject, see @ref{Child Processes}.
+work.  For more information on this subject, see @ref{Processes}.
 
 The @code{kill} function is declared in @file{signal.h}.
 @pindex signal.h