fixes
This commit is contained in:
parent
b24dc6e725
commit
d44827dc5b
15
mksh.1
15
mksh.1
@ -1,4 +1,4 @@
|
|||||||
.\" $MirOS: src/bin/mksh/mksh.1,v 1.137 2008/09/30 18:43:07 tg Exp $
|
.\" $MirOS: src/bin/mksh/mksh.1,v 1.138 2008/09/30 18:48:01 tg Exp $
|
||||||
.\" $OpenBSD: ksh.1,v 1.122 2008/05/17 23:31:52 sobrado Exp $
|
.\" $OpenBSD: ksh.1,v 1.122 2008/05/17 23:31:52 sobrado Exp $
|
||||||
.\"-
|
.\"-
|
||||||
.\" Try to make GNU groff and AT&T nroff more compatible
|
.\" Try to make GNU groff and AT&T nroff more compatible
|
||||||
@ -4533,8 +4533,8 @@ characters after, before and after, or before the current position,
|
|||||||
respectively.
|
respectively.
|
||||||
The line is scrolled horizontally as necessary.
|
The line is scrolled horizontally as necessary.
|
||||||
.Pp
|
.Pp
|
||||||
Completed lines are pushed into the history, unless they begin with an IFS
|
Completed lines are pushed into the history, unless they begin with an
|
||||||
character of IFS white space, or are the same as the previous history line.
|
IFS character or IFS white space, or are the same as the previous line.
|
||||||
.Ss Emacs editing mode
|
.Ss Emacs editing mode
|
||||||
When the
|
When the
|
||||||
.Ic emacs
|
.Ic emacs
|
||||||
@ -4831,8 +4831,13 @@ An initial
|
|||||||
.Ql \*(ha
|
.Ql \*(ha
|
||||||
in the search string anchors the search.
|
in the search string anchors the search.
|
||||||
The escape key will leave search mode.
|
The escape key will leave search mode.
|
||||||
Other commands, including sequences of escape as prefix-1 followed by a
|
Other commands, including sequences of escape as
|
||||||
prefix-1 or prefix-2 key will be executed after leaving search mode.
|
.Ic prefix\-1
|
||||||
|
followed by a
|
||||||
|
.Ic prefix\-1
|
||||||
|
or
|
||||||
|
.Ic prefix\-2
|
||||||
|
key will be executed after leaving search mode.
|
||||||
Successive
|
Successive
|
||||||
.Ic search\-history
|
.Ic search\-history
|
||||||
commands continue searching backward to the next previous occurrence of the
|
commands continue searching backward to the next previous occurrence of the
|
||||||
|
Loading…
Reference in New Issue
Block a user