From: Miroslav Lichvar Date: Mon, 2 Aug 2010 09:40:08 +0000 (+0200) Subject: fix --gauge description in whiptail man page (#620083) X-Git-Tag: r0-52-12~3 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=e3a4e527e5e1656dbb11dbf6a689df4abc4bffeb;p=thirdparty%2Fnewt.git fix --gauge description in whiptail man page (#620083) --- diff --git a/whiptail.1 b/whiptail.1 index 3a4ac30..41ab640 100644 --- a/whiptail.1 +++ b/whiptail.1 @@ -271,8 +271,8 @@ that you can indicate which entry is currently selected, by setting its .RB "A " gauge " box displays a meter along the bottom of the box. The meter indicates a percentage. New percentages are read from standard input, one integer per line. The meter is updated -to reflect each new percentage. If stdin is XXX, then subsequent -lines up to another XXX are used for a new prompt. +to reflect each new percentage. If stdin is XXX, the first following line is +a percentage and subsequent lines up to another XXX are used for a new prompt. The gauge exits when EOF is reached on stdin. .SH NOTES