summaryrefslogtreecommitdiff
path: root/bin/csh
diff options
context:
space:
mode:
authorSheldon Hearn <sheldonh@FreeBSD.org>2000-03-01 10:43:09 +0000
committerSheldon Hearn <sheldonh@FreeBSD.org>2000-03-01 10:43:09 +0000
commitbef84d6bc016784e4fefab752c5227024f510cbd (patch)
tree99e8510aea6e79ddb7b495208eff633ccb0a02c5 /bin/csh
parent21fda85269b7736918ab66fadb0e7218c628c48b (diff)
Notes
Diffstat (limited to 'bin/csh')
-rw-r--r--bin/csh/USD.doc/csh.19
1 files changed, 6 insertions, 3 deletions
diff --git a/bin/csh/USD.doc/csh.1 b/bin/csh/USD.doc/csh.1
index 0f5b387220db..e6a6b715239c 100644
--- a/bin/csh/USD.doc/csh.1
+++ b/bin/csh/USD.doc/csh.1
@@ -875,7 +875,8 @@ to remind you which command is being continued, and cause the command
to resume execution. Unless any input files in use by the suspended
command have been changed in the meantime, the suspension has no effect
whatsoever on the execution of the command. This feature can be very useful
-during editing, when you need to look at another file before continuing. An
+during editing, when you need to look at another file before continuing.
+An
example of command suspension follows.
.DS
% mail harold
@@ -891,7 +892,8 @@ prog.o
[1] + Stopped mail harold
% fg
mail harold
-funnyfile. Do you know who did it?
+funnyfile.
+Do you know who did it?
EOT
%
.so tabs
@@ -903,7 +905,8 @@ suspended, it typed `Stopped' and prompted for a new command. Then the
.I ls
command was typed to find out the name of the file. The
.I jobs
-command was run to find out which command was suspended. At this time the
+command was run to find out which command was suspended.
+At this time the
.I fg
command was typed to continue execution of the mail program. Input
to the mail program was then continued and ended with a ^D