• change version number to “R29 and up” so
that I don't have to bump it every time… • amend description of emacs-mode “redraw”
This commit is contained in:
parent
8d1ede2697
commit
c9991d996f
10
mksh.1
10
mksh.1
|
@ -1,7 +1,7 @@
|
|||
.\" $MirOS: src/bin/mksh/mksh.1,v 1.83 2007/04/23 11:41:47 tg Exp $
|
||||
.\" $MirOS: src/bin/mksh/mksh.1,v 1.84 2007/04/30 19:16:30 tg Exp $
|
||||
.\" $OpenBSD: ksh.1,v 1.118 2006/11/30 08:47:58 jmc Exp $
|
||||
.\"
|
||||
.Dd April 23, 2007
|
||||
.Dd April 30, 2007
|
||||
.Dt MKSH 1
|
||||
.Os MirBSD
|
||||
.Sh NAME
|
||||
|
@ -4551,7 +4551,8 @@ word of the previous command is inserted at the cursor.
|
|||
.It quote: ^^ , ^V
|
||||
The following character is taken literally rather than as an editing command.
|
||||
.It redraw: ^L
|
||||
Reprints the last line of the prompt string and the current input line.
|
||||
Reprints the last line of the prompt string and the current input line
|
||||
on a new line.
|
||||
.It Xo search-character-backward:
|
||||
.Op Ar n
|
||||
.No ^[^]
|
||||
|
@ -5274,7 +5275,8 @@ and many other persons, and is currently maintained by
|
|||
.An Thorsten Glaser Aq tg@mirbsd.de .
|
||||
.Sh BUGS
|
||||
This document attempts to describe
|
||||
.Nm mksh R29c ,
|
||||
.Nm mksh R29d
|
||||
and up,
|
||||
compiled without any options impacting functionality.
|
||||
Please report bugs in
|
||||
.Nm
|
||||
|
|
Loading…
Reference in New Issue