typo
[unix-history] / usr / src / contrib / ed / ed.1
index 93ac2f9..b51a1af 100644 (file)
@@ -6,7 +6,7 @@
 .\"
 .\" %sccs.include.redist.roff%
 .\"
 .\"
 .\" %sccs.include.redist.roff%
 .\"
-.\"    @(#)ed.1        5.1 (Berkeley) %G%
+.\"    @(#)ed.1        5.4 (Berkeley) %G%
 .\"
 .TH ED 1 ""
 .SH NAME
 .\"
 .TH ED 1 ""
 .SH NAME
@@ -25,15 +25,15 @@ ed \- line oriented text editor
 ]
 .SH DESCRIPTION
 .I Ed
 ]
 .SH DESCRIPTION
 .I Ed
-is the standard text editor.
+is a standard text editor.
 .PP
 \fIEd\fR is a powerful line oriented editor. Although ex(1)/vi(1) have gained
 popularity, \fIed\fR still maintains advantages over them. Most notable points
 are the
 .I W
 command (see below) (which is not part of ex(1)/vi(1)\|), the
 .PP
 \fIEd\fR is a powerful line oriented editor. Although ex(1)/vi(1) have gained
 popularity, \fIed\fR still maintains advantages over them. Most notable points
 are the
 .I W
 command (see below) (which is not part of ex(1)/vi(1)\|), the
-smaller executable size (you can often be editting before the others finish
-loading), and the better response when editting from slow terminals or across
+smaller executable size (you can often be editing before the others finish
+loading), and the better response when editing from slow terminals or across
 low baud data lines. \fIEd\fR continues to be used by many system utilities.
 .SH OPTIONS
 .PP
 low baud data lines. \fIEd\fR continues to be used by many system utilities.
 .SH OPTIONS
 .PP
@@ -346,9 +346,9 @@ have multiple commands in the command list it is necessary to escape the
 interpret it as an indication that the command list entry has ended.
 The <newline> is escaped by proceeding it with a backslash (\e).
 Similarly with the commands that set \fIed\fR into input mode the <newlines>
 interpret it as an indication that the command list entry has ended.
 The <newline> is escaped by proceeding it with a backslash (\e).
 Similarly with the commands that set \fIed\fR into input mode the <newlines>
-of the entered text
-need to be escaped. If the `.' used to end input mode is the last line
-of the command list the <newline> following it need not be escaped.
+of the entered text need to be escaped. If the `.' used to end input mode
+is the last line of the command list the <newline> following the `.' need
+not be escaped, or the `.' may be omitted entirely.
 Commands in the command list can affect any line in the buffer.
 For the behaviour of each \fIed\fR command within a command list refer to the
 information on the individual command.
 Commands in the command list can affect any line in the buffer.
 For the behaviour of each \fIed\fR command within a command list refer to the
 information on the individual command.
@@ -813,7 +813,7 @@ compile. Two methods work with a temporary file (stdio and db), while the
 third uses memory.
 The limit on the number of lines depends on the amount of memory.
 .SH FILES
 third uses memory.
 The limit on the number of lines depends on the amount of memory.
 .SH FILES
-/tmp/_bsd44_ed*
+/tmp/_4.4bsd_ed*
 .br
 .XP
 ed.hup: the buffer is written to this file in the current
 .br
 .XP
 ed.hup: the buffer is written to this file in the current
@@ -837,9 +837,9 @@ a directory. `?'
 for all other errors unless the help messages have been toggled on (with
 the H command) in which case a descriptive message will be printed.
 .PP
 for all other errors unless the help messages have been toggled on (with
 the H command) in which case a descriptive message will be printed.
 .PP
-All NULL and non-ASCII characters (bit-8 high) are ignored
-during input from the user or files. EOF is treated as a newline so
-that characters after the last <newline> are included into the \fBbuffer\fR.
+All NULL characters are ignored during input from the user or files.
+EOF is treated as a newline so that characters after the last <newline>
+are included into the \fBbuffer\fR.
 .PP
 .I Ed
 returns 0 on successful completion. A value >0 is returned
 .PP
 .I Ed
 returns 0 on successful completion. A value >0 is returned