From 306562fd671d47756cf96baf20bae55291373447 Mon Sep 17 00:00:00 2001 From: sheldonh Date: Wed, 1 Mar 2000 10:43:09 +0000 Subject: 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. --- bin/csh/USD.doc/csh.1 | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'bin/csh') 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 -- cgit v1.1