diff options
author | Sheldon Hearn <sheldonh@FreeBSD.org> | 2000-03-02 14:54:02 +0000 |
---|---|---|
committer | Sheldon Hearn <sheldonh@FreeBSD.org> | 2000-03-02 14:54:02 +0000 |
commit | 4e86fcacf69e8dac21f67db61babdcae80903dc2 (patch) | |
tree | 11e6c1004800534c82bd3b37f48ff4dda29e2989 /bin/csh/USD.doc/csh.2 | |
parent | b22b0eaef005d00199fe216b0544647dc3682cf0 (diff) |
Remove more single-space hard sentence breaks.
Notes
Notes:
svn path=/head/; revision=57695
Diffstat (limited to 'bin/csh/USD.doc/csh.2')
-rw-r--r-- | bin/csh/USD.doc/csh.2 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/bin/csh/USD.doc/csh.2 b/bin/csh/USD.doc/csh.2 index 18d9439240a5..043b73f71748 100644 --- a/bin/csh/USD.doc/csh.2 +++ b/bin/csh/USD.doc/csh.2 @@ -678,7 +678,8 @@ 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 as the process numbers of all its (top level) commands, is typed by the shell -before prompting you for another command. For example, +before prompting you for another command. +For example, .DS % ls \-s | sort \-n > usage & [2] 2034 2035 |