aboutsummaryrefslogtreecommitdiff
path: root/lib/libedit
diff options
context:
space:
mode:
authorDima Dorfman <dd@FreeBSD.org>2001-07-15 07:53:42 +0000
committerDima Dorfman <dd@FreeBSD.org>2001-07-15 07:53:42 +0000
commit7ebcc426efefea9cd16ac6f565e72030c608f7a4 (patch)
treed6c008b8ae357e7c4c800baa477713b82a6ee2f2 /lib/libedit
parentd087ad9cc9c9a047e48ac7d97861bd67e56c4085 (diff)
downloadsrc-7ebcc426efefea9cd16ac6f565e72030c608f7a4.tar.gz
src-7ebcc426efefea9cd16ac6f565e72030c608f7a4.zip
Remove whitespace at EOL.
Notes
Notes: svn path=/head/; revision=79754
Diffstat (limited to 'lib/libedit')
-rw-r--r--lib/libedit/editline.316
-rw-r--r--lib/libedit/editrc.56
2 files changed, 11 insertions, 11 deletions
diff --git a/lib/libedit/editline.3 b/lib/libedit/editline.3
index ab744ef1f736..5034163e268d 100644
--- a/lib/libedit/editline.3
+++ b/lib/libedit/editline.3
@@ -204,7 +204,7 @@ may be modified by
.Fn el_parse .
The colon between
.Dq prog
-and the command,
+and the command,
.Ar command ,
will be replaced with a NUL
.Po
@@ -267,7 +267,7 @@ Otherwise, the current signal handlers will be used.
Perform the
.Ic bind
builtin command.
-Refer to
+Refer to
.Xr editrc 5
for more information.
.It Dv EL_ECHOTC , Xo
@@ -278,7 +278,7 @@ for more information.
Perform the
.Ic echotc
builtin command.
-Refer to
+Refer to
.Xr editrc 5
for more information.
.It Dv EL_SETTC , Xo
@@ -289,7 +289,7 @@ for more information.
Perform the
.Ic settc
builtin command.
-Refer to
+Refer to
.Xr editrc 5
for more information.
.It Dv EL_SETTY , Xo
@@ -300,7 +300,7 @@ for more information.
Perform the
.Ic setty
builtin command.
-Refer to
+Refer to
.Xr editrc 5
for more information.
.It Dv EL_TELLTC , Xo
@@ -311,7 +311,7 @@ for more information.
Perform the
.Ic telltc
builtin command.
-Refer to
+Refer to
.Xr editrc 5
for more information.
.It Dv EL_ADDFN , Xo
@@ -371,7 +371,7 @@ should be the value returned by
.It Fn el_source
Initialise
.Nm
-by reading the contents of
+by reading the contents of
.Fa file .
.Fn el_parse
is called for each line in
@@ -495,7 +495,7 @@ if there isn't one.
.It Dv H_ENTER , Fa "const char *str"
Add
.Fa str
-as a new element to the history, and, if necessary,
+as a new element to the history, and, if necessary,
removing the oldest entry to keep the list to the created size.
.It Dv H_PREV_STR , Fa "const char *str"
Return the closest previous event that starts with
diff --git a/lib/libedit/editrc.5 b/lib/libedit/editrc.5
index 62d993c7757f..2d8c3e4016a7 100644
--- a/lib/libedit/editrc.5
+++ b/lib/libedit/editrc.5
@@ -63,7 +63,7 @@ Refer to
.Sx BUILTIN COMMANDS
for more information.
.Pp
-.Ar prog
+.Ar prog
is the program name string that a program defines when it calls
.Xr el_init 3
to setup
@@ -119,11 +119,11 @@ Options include:
.It Fl e
Bind all keys to the standard GNU Emacs-like bindings.
.It Fl v
-Bind all keys to the standard
+Bind all keys to the standard
.Xr vi 1 Ns -like
bindings.
.It Fl a
-List or change key bindings in the
+List or change key bindings in the
.Xr vi 1
mode alternate (command mode) key map.
.It Fl k