summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorsheldonh <sheldonh@FreeBSD.org>2000-03-02 14:54:02 +0000
committersheldonh <sheldonh@FreeBSD.org>2000-03-02 14:54:02 +0000
commit244b8ead7d31895ea1d7cfb075f4f7b33df35b0f (patch)
tree2643b52af6138b0f24a698abf3673abbbf78fc7d /bin
parentb751643913f37cd82cb0231b0c05564aad5a23b4 (diff)
downloadFreeBSD-src-244b8ead7d31895ea1d7cfb075f4f7b33df35b0f.zip
FreeBSD-src-244b8ead7d31895ea1d7cfb075f4f7b33df35b0f.tar.gz
Remove more single-space hard sentence breaks.
Diffstat (limited to 'bin')
-rw-r--r--bin/csh/USD.doc/csh.23
-rw-r--r--bin/csh/USD.doc/csh.33
-rw-r--r--bin/ls/ls.19
-rw-r--r--bin/pax/pax.13
-rw-r--r--bin/sleep/sleep.13
5 files changed, 14 insertions, 7 deletions
diff --git a/bin/csh/USD.doc/csh.2 b/bin/csh/USD.doc/csh.2
index 18d9439..043b73f 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
diff --git a/bin/csh/USD.doc/csh.3 b/bin/csh/USD.doc/csh.3
index 6a85fe0..083fbcc 100644
--- a/bin/csh/USD.doc/csh.3
+++ b/bin/csh/USD.doc/csh.3
@@ -224,7 +224,8 @@ is quite special and is replaced by the next line of input read from
the shell's standard input (not the script it is reading). This is
useful for writing shell scripts that are interactive, reading
commands from the terminal, or even writing a shell script that
-acts as a filter, reading lines from its input file. Thus the sequence
+acts as a filter, reading lines from its input file.
+Thus the sequence
.DS
echo 'yes or no?\ec'
set a=($<)
diff --git a/bin/ls/ls.1 b/bin/ls/ls.1
index 253eb4d..6b29b1f 100644
--- a/bin/ls/ls.1
+++ b/bin/ls/ls.1
@@ -146,7 +146,8 @@ If the
option is specified, print the file size allocation in kilobytes,
not blocks. This option overrides the environment variable BLOCKSIZE.
.It Fl l
-(The lowercase letter ``ell.'') List in long format. (See below.)
+(The lowercase letter ``ell.'') List in long format.
+(See below.)
If the output is to a terminal, a total sum for all the file
sizes is output on a line before the long listing.
.It Fl n
@@ -327,7 +328,8 @@ The file is executable or the directory is
searchable.
.It Sy \-
The file is neither readable, writable, executable,
-nor set-user-ID nor set-group-ID mode, nor sticky. (See below.)
+nor set-user-ID nor set-group-ID mode, nor sticky.
+(See below.)
.El
.Pp
These next two apply only to the third character in the last group
@@ -337,7 +339,8 @@ These next two apply only to the third character in the last group
The sticky bit is set
(mode
.Li 1000 ) ,
-but not execute or search permission. (See
+but not execute or search permission.
+(See
.Xr chmod 1
or
.Xr sticky 8 . )
diff --git a/bin/pax/pax.1 b/bin/pax/pax.1
index cf1a89c..43311b9 100644
--- a/bin/pax/pax.1
+++ b/bin/pax/pax.1
@@ -480,7 +480,8 @@ cannot be opened for reading and writing.
.It Fl k
Do not overwrite existing files.
.It Fl l
-Link files. (The letter ell).
+Link files.
+(The letter ell).
In the
.Em copy
mode (
diff --git a/bin/sleep/sleep.1 b/bin/sleep/sleep.1
index 2908b3d..41d6664 100644
--- a/bin/sleep/sleep.1
+++ b/bin/sleep/sleep.1
@@ -89,7 +89,8 @@ number seconds later:
.Dl (sleep 1800; sh command_file >& errors)&
.Pp
This incantation would wait a half hour before
-running the script command_file. (See the
+running the script command_file.
+(See the
.Xr at 1
utility.)
.Pp
OpenPOWER on IntegriCloud