fix documentation bug, thanks panpo and Riviera for spotting
This commit is contained in:
parent
53fbbc9693
commit
3a4eaf6f59
7
mksh.1
7
mksh.1
|
@ -1,4 +1,4 @@
|
|||
.\" $MirOS: src/bin/mksh/mksh.1,v 1.450 2017/08/10 19:25:12 tg Exp $
|
||||
.\" $MirOS: src/bin/mksh/mksh.1,v 1.451 2017/08/16 21:40:14 tg Exp $
|
||||
.\" $OpenBSD: ksh.1,v 1.160 2015/07/04 13:27:04 feinerer Exp $
|
||||
.\"-
|
||||
.\" Copyright © 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009,
|
||||
|
@ -76,7 +76,7 @@
|
|||
.\" with -mandoc, it might implement .Mx itself, but we want to
|
||||
.\" use our own definition. And .Dd must come *first*, always.
|
||||
.\"
|
||||
.Dd $Mdocdate: August 10 2017 $
|
||||
.Dd $Mdocdate: August 16 2017 $
|
||||
.\"
|
||||
.\" Check which macro package we use, and do other -mdoc setup.
|
||||
.\"
|
||||
|
@ -5582,7 +5582,8 @@ Uppercase the first ASCII character in the next
|
|||
words, leaving the cursor past the end of the last word.
|
||||
.It clear\-screen: \*(ha[\*(haL
|
||||
Prints a compile-time configurable sequence to clear the screen and home
|
||||
the cursor, redraws the entire prompt and the currently edited input line.
|
||||
the cursor, redraws the last line of the prompt string and the currently
|
||||
edited input line.
|
||||
The default sequence works for almost all standard terminals.
|
||||
.It comment: \*(ha[#
|
||||
If the current line does not begin with a comment character, one is added at
|
||||
|
|
Loading…
Reference in New Issue