summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorSheldon Hearn <sheldonh@FreeBSD.org>2000-03-02 14:54:02 +0000
committerSheldon Hearn <sheldonh@FreeBSD.org>2000-03-02 14:54:02 +0000
commit4e86fcacf69e8dac21f67db61babdcae80903dc2 (patch)
tree11e6c1004800534c82bd3b37f48ff4dda29e2989 /bin
parentb22b0eaef005d00199fe216b0544647dc3682cf0 (diff)
Notes
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 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
diff --git a/bin/csh/USD.doc/csh.3 b/bin/csh/USD.doc/csh.3
index 6a85fe063716..083fbcc7d429 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 253eb4d72b33..6b29b1fce924 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 cf1a89c0147b..43311b9f7756 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 2908b3dda829..41d6664dde87 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