1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104
|
From: Dmitry Bogatov <KAction@debian.org>
Date: Sun, 12 May 2019 05:02:08 +0000
Subject: Fix spelling errors in manpage
---
e3.man | 34 +++++++++++++++++-----------------
1 file changed, 17 insertions(+), 17 deletions(-)
diff --git a/e3.man b/e3.man
index 9423385..168920b 100644
--- a/e3.man
+++ b/e3.man
@@ -12,8 +12,8 @@ E3 \- A mini text editor
\fIe3\fP is a complete mini application written fully in assembler,
with a code size less than 10000 byte. There is a status & input line,
where you can enter filenames, blocknames, find-texts and line numbers.
-The editor commands are similary the families of \fIWordstar\fP-like
-or \fIEmacs\fP or \fIPico\fP or \fIvi\fP or \fINedit\fP editors.
+The editor commands are similarly the families of \fIWordstar\fP-like
+or \fIEmacs\fP or \fIPico\fP or \fIvi\fP or \fINedit\fP editors.
For online help press ESC:h in vi mode, else Alt-H.
This man page describes Wordstar key bindings only.
@@ -87,10 +87,10 @@ Suspend (simple ^Z in other editor modes)
Repeat last ^QF or ^QA
.TP
\fB^M
-Enter new line
+Enter new line
.TP
\fB^QA
-Search & Replace (a prompt appears). For options compare ^QF.
+Search & Replace (a prompt appears). For options compare ^QF.
.TP
\fB^QB
Go to block begin
@@ -131,7 +131,7 @@ Go to file begin
Go to line begin
.TP
\fB^QV
-Go to last postion of find
+Go to last position of find
.TP
\fB^QW
Go to previous word
@@ -177,12 +177,12 @@ Scroll down
.PP
\fIe3\fP has an UNDO mode starting in v2.2. There is no predefined
UNDO level count. You can expect to UNDO at least \fIone\fP last insert-,
-delete-, overwrite- or sed_pipe-operation, but in most cases there
-are \fIlots\fP of UNDO stages available. e3 has a fixed size undo buffer
-and will use an external helper file if some deleted data is bigger
-sized than the undo buffer. This buffer is organized as a ring,
-overwriting older UNDO information if neccessary. So one never can
-say exactly how many UNDO operations are possible.
+delete-, overwrite- or sed_pipe-operation, but in most cases there
+are \fIlots\fP of UNDO stages available. e3 has a fixed size undo buffer
+and will use an external helper file if some deleted data is bigger
+sized than the undo buffer. This buffer is organized as a ring,
+overwriting older UNDO information if necessary. So one never can
+say exactly how many UNDO operations are possible.
For using the UNDO press one of:
.TP
\fB^U
@@ -202,9 +202,9 @@ in Nedit mode
.SH BUILT IN CALCULATOR
.PP
-\fIe3\fP has an arithmetic calculator built in for some simple
-arithmetic calculations inside your text. Place cursor at
-begin of the task i.e. something like: -3.002*-(2--3)=
+\fIe3\fP has an arithmetic calculator built in for some simple
+arithmetic calculations inside your text. Place cursor at
+begin of the task i.e. something like: -3.002*-(2--3)=
and press one of:
.TP
\fB^KN
@@ -223,7 +223,7 @@ in vi command mode
in Nedit mode
.PP
This will insert the result into text.
-Use the values between -999999999999.999999 ... 999999999999.999999
+Use the values between -999999999999.999999 ... 999999999999.999999
with up to 6 decimal digits and the operators +-*/ and parenthesis ( ).
Also available are p for constant PI and r for accessing the result
of last calculation
@@ -248,7 +248,7 @@ in vi command mode
\fB^E
in Nedit mode
.PP
-e3 will set a prompt \fISET MODE\fP . Now enter one of e3ws, e3em, e3pi, e3vi, e3ne
+e3 will set a prompt \fISET MODE\fP . Now enter one of e3ws, e3em, e3pi, e3vi, e3ne
for setting \fIWordstar\fP-like or \fIEmacs\fP or \fIPico\fP or \fIvi\fP or \fINedit\fP style.
@@ -262,7 +262,7 @@ depending of the binary name, one of \fIe3ws\fP, \fIe3em\fP, \fIe3pi\fP, \fIe3vi
.SH FILES
.PP
.TP
-\fBe3
+\fBe3
is an assembled executable for Linux, FreeBSD, NetBSD, OpenBSD, BeOS(tm), QNX(tm).
\fIe3ws\fP, \fIe3em\fP, \fIe3pi\fP, \fIe3vi\fP, \fIe3ne\fP are symbolic links to e3.
.TP
|