diff options
-rw-r--r-- | bin/ksh/ksh.1 | 4 | ||||
-rw-r--r-- | bin/ksh/ksh.1tbl | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/bin/ksh/ksh.1 b/bin/ksh/ksh.1 index ec88f32aa0e..7969f9e1a80 100644 --- a/bin/ksh/ksh.1 +++ b/bin/ksh/ksh.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ksh.1,v 1.54 2003/07/07 14:11:58 jmc Exp $ +.\" $OpenBSD: ksh.1,v 1.55 2003/07/19 08:07:35 jmc Exp $ .\" .\" Copyright (c) 1980, 1990, 1993 .\" The Regents of the University of California. All rights reserved. @@ -4556,7 +4556,7 @@ The last word of the previous command is inserted at the cursor. .It Ic quote ^^ The following character is taken literally rather than as an editing command. -.It Ic redrew ^L +.It Ic redraw ^L Reprints the prompt string and the current input line. .It Ic search-character-backward Ar n Ic ^[^] Search backward in the current line for the diff --git a/bin/ksh/ksh.1tbl b/bin/ksh/ksh.1tbl index 38ffc402cf9..2515609d0ad 100644 --- a/bin/ksh/ksh.1tbl +++ b/bin/ksh/ksh.1tbl @@ -1,4 +1,4 @@ -.\" $OpenBSD: ksh.1tbl,v 1.54 2003/07/07 14:11:58 jmc Exp $ +.\" $OpenBSD: ksh.1tbl,v 1.55 2003/07/19 08:07:35 jmc Exp $ .\" .\" Copyright (c) 1980, 1990, 1993 .\" The Regents of the University of California. All rights reserved. @@ -4556,7 +4556,7 @@ The last word of the previous command is inserted at the cursor. .It Ic quote ^^ The following character is taken literally rather than as an editing command. -.It Ic redrew ^L +.It Ic redraw ^L Reprints the prompt string and the current input line. .It Ic search-character-backward Ar n Ic ^[^] Search backward in the current line for the |