diff options
Diffstat (limited to 'bin/csh/USD.doc/csh.2')
-rw-r--r-- | bin/csh/USD.doc/csh.2 | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/bin/csh/USD.doc/csh.2 b/bin/csh/USD.doc/csh.2 index d5ccf9aa797..aa9e6780353 100644 --- a/bin/csh/USD.doc/csh.2 +++ b/bin/csh/USD.doc/csh.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: csh.2,v 1.2 1996/06/23 14:19:36 deraadt Exp $ +.\" $OpenBSD: csh.2,v 1.3 1997/11/15 21:51:32 todd Exp $ .\" $NetBSD: csh.2,v 1.3 1995/03/21 09:03:35 cgd Exp $ .\" .\" Copyright (c) 1980, 1993 @@ -678,7 +678,7 @@ which can be used later to refer to the job in the commands described below. Job numbers remain the same until the job terminates and then are re-used. .PP -When a job is started in the backgound using `&', its number, as well +When a job is started in the background using `&', its number, as well as the process numbers of all its (top level) commands, is typed by the shell before prompting you for another command. For example, .DS @@ -692,7 +692,7 @@ file `usage'. Since the `&' was at the end of the line, these two programs were started together as a background job. After starting the job, the shell prints the job number in brackets (2 in this case) followed by the process number -of each program started in the job. Then the shell immediates prompts for +of each program started in the job. Then the shell immediately prompts for a new command, leaving the job running simultaneously. .PP As mentioned in section 1.8, foreground jobs become @@ -703,7 +703,7 @@ foreground job. A background job can become suspended by using the .I stop command described below. When jobs are suspended they merely stop any further progress until started again, either in the foreground -or the backgound. The shell notices when a job becomes stopped and +or the background. The shell notices when a job becomes stopped and reports this fact, much like it reports the termination of background jobs. For foreground jobs this looks like .DS @@ -746,7 +746,7 @@ starts `du' in the foreground, stops it before it finishes, then continues it in the background allowing more foreground commands to be executed. This is especially helpful when a foreground job ends up taking longer than you expected and you -wish you had started it in the backgound in the beginning. +wish you had started it in the background in the beginning. .PP All .I "job control" @@ -779,7 +779,7 @@ in only one of the jobs. The .I jobs command types the table of jobs, giving the job number, -commands and status (`Stopped' or `Running') of each backgound or +commands and status (`Stopped' or `Running') of each background or suspended job. With the `\-l' option the process numbers are also typed. .DS @@ -878,7 +878,7 @@ and then put in the background using Some time later when the `s' command was finished, .I ed tried to read another command and was stopped because jobs -in the backgound cannot read from the terminal. The +in the background cannot read from the terminal. The .I fg command returned the `ed' job to the foreground where it could once again accept commands from the terminal. |