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/job.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/job.texi')
-rw-r--r-- | manual/job.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/manual/job.texi b/manual/job.texi index d19a8d4cc6..fbc7ace2c2 100644 --- a/manual/job.texi +++ b/manual/job.texi @@ -675,8 +675,8 @@ stop together. The foreground job may have left the terminal in a strange state, so the shell should restore its own saved terminal modes before continuing. In -case the job is merely been stopped, the shell should first save the -current terminal modes so that it can restore them later if the job is +case the job is merely stopped, the shell should first save the current +terminal modes so that it can restore them later if the job is continued. The functions for dealing with terminal modes are @code{tcgetattr} and @code{tcsetattr}; these are described in @ref{Terminal Modes}. |