summaryrefslogtreecommitdiffstats
path: root/bin/ed
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/ed
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/ed')
-rw-r--r--bin/ed/ed.112
1 files changed, 8 insertions, 4 deletions
diff --git a/bin/ed/ed.1 b/bin/ed/ed.1
index f9aa2da..bbb6a17 100644
--- a/bin/ed/ed.1
+++ b/bin/ed/ed.1
@@ -116,7 +116,8 @@ default addresses are supplied.
The following options are available:
.Bl -tag -width indent
.It Fl s
-Suppress diagnostics. This should be used if
+Suppress diagnostics.
+This should be used if
.Nm Ns 's
standard input is from a script.
.It Fl x
@@ -175,7 +176,8 @@ This means "before the first line,"
and is legal wherever it makes sense.
.Pp
An address range is two addresses separated either by a comma or
-semi-colon. The value of the first address in a range cannot exceed the
+semi-colon.
+The value of the first address in a range cannot exceed the
value of the second. If only one address is given in a range, then
the second address is set to the given address. If an
.Em n Ns -tuple
@@ -453,7 +455,8 @@ The current address is set to last line entered.
.It (.,.)d
Delete the addressed lines from the buffer.
If there is a line after the deleted range, then the current address is set
-to this line. Otherwise the current address is set to the line
+to this line.
+Otherwise the current address is set to the line
before the deleted range.
.It e Ar file
Edit
@@ -588,7 +591,8 @@ Print the addressed lines along with
their line numbers. The current address is set to the last line
printed.
.It (.,.)p
-Print the addressed lines. The current address is set to the last line
+Print the addressed lines.
+The current address is set to the last line
printed.
.It P
Toggle the command prompt on and off.
OpenPOWER on IntegriCloud