Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/bin/csh/USD.doc s/backgound/background/
details: https://anonhg.NetBSD.org/src/rev/01586b67c2e7
branches: trunk
changeset: 1029045:01586b67c2e7
user: andvar <andvar%NetBSD.org@localhost>
date: Sun Dec 19 21:02:49 2021 +0000
description:
s/backgound/background/
diffstat:
bin/csh/USD.doc/csh.2 | 12 ++++++------
1 files changed, 6 insertions(+), 6 deletions(-)
diffs (54 lines):
diff -r c08d11290bb3 -r 01586b67c2e7 bin/csh/USD.doc/csh.2
--- a/bin/csh/USD.doc/csh.2 Sun Dec 19 19:26:48 2021 +0000
+++ b/bin/csh/USD.doc/csh.2 Sun Dec 19 21:02:49 2021 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: csh.2,v 1.7 2003/08/07 09:05:08 agc Exp $
+.\" $NetBSD: csh.2,v 1.8 2021/12/19 21:02:49 andvar Exp $
.\"
.\" Copyright (c) 1980, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -673,7 +673,7 @@
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
@@ -698,7 +698,7 @@
.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
@@ -741,7 +741,7 @@
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"
@@ -774,7 +774,7 @@
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
@@ -873,7 +873,7 @@
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.
Home |
Main Index |
Thread Index |
Old Index