X-Git-Url: https://git.subgeniuskitty.com/unix-history/.git/blobdiff_plain/445c77385b629e11d16fea933a49852a17da1c48..0be5e0489de6973f70c1a8fa033f7e6ff1b21f66:/usr/src/contrib/ed/ed.1 diff --git a/usr/src/contrib/ed/ed.1 b/usr/src/contrib/ed/ed.1 index 93ac2f991a..b51a1afebf 100644 --- a/usr/src/contrib/ed/ed.1 +++ b/usr/src/contrib/ed/ed.1 @@ -6,7 +6,7 @@ .\" .\" %sccs.include.redist.roff% .\" -.\" @(#)ed.1 5.1 (Berkeley) %G% +.\" @(#)ed.1 5.4 (Berkeley) %G% .\" .TH ED 1 "" .SH NAME @@ -25,15 +25,15 @@ ed \- line oriented text editor ] .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 -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 @@ -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 is escaped by proceeding it with a backslash (\e). Similarly with the commands that set \fIed\fR into input mode the -of the entered text -need to be escaped. If the `.' used to end input mode is the last line -of the command list the 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 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. @@ -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 -/tmp/_bsd44_ed* +/tmp/_4.4bsd_ed* .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 -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 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 +are included into the \fBbuffer\fR. .PP .I Ed returns 0 on successful completion. A value >0 is returned