diff options
Diffstat (limited to 'share/man/man4/termios.4')
-rw-r--r-- | share/man/man4/termios.4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/share/man/man4/termios.4 b/share/man/man4/termios.4 index 94f57c0..64140b3 100644 --- a/share/man/man4/termios.4 +++ b/share/man/man4/termios.4 @@ -94,7 +94,7 @@ same process group. A set of processes in the same process group is collectively referred to as a "job". When the foreground process group of the terminal is the same as the process group of a particular job, that job is said to be in the "foreground". When the process -group of the terminal is different than the process group of +group of the terminal is different from the process group of a job (but is still the controlling terminal), that job is said to be in the "background". Normally the shell reads a command and starts the job that implements that |