summaryrefslogtreecommitdiff
path: root/lib/libedit
diff options
context:
space:
mode:
authorDima Dorfman <dd@FreeBSD.org>2001-07-22 12:07:25 +0000
committerDima Dorfman <dd@FreeBSD.org>2001-07-22 12:07:25 +0000
commitb5cf87e26a33fe12c8e2238149b5896b328f7fe2 (patch)
tree3849d872b4b73608feb17809d7fb4d95c0fef6e0 /lib/libedit
parent4622ab764ab8a3550702e2699d502d3ddd177c1e (diff)
Notes
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 e9688183776b..b387023edad2 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 25c0a6f5d215..ee8e3787e75f 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