summaryrefslogtreecommitdiff
path: root/manual
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>1994-10-14 10:01:28 +0000
committerRoland McGrath <roland@gnu.org>1994-10-14 10:01:28 +0000
commita251d1f044ba9a4889f3a17858785a3dec8541e6 (patch)
treee9199d12abb9140325cab23b77baa3bc52964fd2 /manual
parente20e257824a6d0d9157f2962ac4a8fea851c46b3 (diff)
(Job Control): Omit next, prev, up.
(Identifying the Terminal): Fix xref.
Diffstat (limited to 'manual')
-rw-r--r--manual/job.texi4
1 files changed, 2 insertions, 2 deletions
diff --git a/manual/job.texi b/manual/job.texi
index 7066bd7288..1ac15fffc4 100644
--- a/manual/job.texi
+++ b/manual/job.texi
@@ -1,4 +1,4 @@
-@node Job Control, Users and Groups, Child Processes, Top
+@node Job Control
@chapter Job Control
@cindex process groups
@@ -1029,7 +1029,7 @@ use to open the controlling terminal. In the GNU library, it returns
the same string all the time: @code{"/dev/tty"}. That is a special
``magic'' file name that refers to the controlling terminal of the
current process (if it has one). To find the name of the specific
-terminal device, use @code{ttyname}; @pxref{Is it a Terminal}.
+terminal device, use @code{ttyname}; @pxref{Is It a Terminal}.
The function @code{ctermid} is declared in the header file
@file{stdio.h}.