summaryrefslogtreecommitdiffstats
path: root/bin/csh
diff options
context:
space:
mode:
authorsheldonh <sheldonh@FreeBSD.org>2000-03-01 10:43:09 +0000
committersheldonh <sheldonh@FreeBSD.org>2000-03-01 10:43:09 +0000
commit306562fd671d47756cf96baf20bae55291373447 (patch)
tree77f96b1170b708a2467b09caa5730f889b81ad19 /bin/csh
parenta7ec1826e0d3e26d13bb4cc7a1a17e82e581eb59 (diff)
downloadFreeBSD-src-306562fd671d47756cf96baf20bae55291373447.zip
FreeBSD-src-306562fd671d47756cf96baf20bae55291373447.tar.gz
Remove single-space hard sentence breaks. These degrade the quality
of the typeset output, tend to make diffs harder to read and provide bad examples for new-comers to mdoc.
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 0f5b387..e6a6b71 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
OpenPOWER on IntegriCloud