openbsd-ports/misc/dialog/patches/patch-dialog_man
2007-10-26 22:00:31 +00:00

31 lines
1.2 KiB
Plaintext

$OpenBSD: patch-dialog_man,v 1.1 2007/10/26 22:00:31 ajacoutot Exp $
--- dialog.man.orig Thu Jan 9 07:15:24 1997
+++ dialog.man Fri Oct 26 23:53:28 2007
@@ -41,7 +41,7 @@ these types of dialog boxes are implemented:
.BR yes/no " box," " menu" " box," " input" " box,"
.BR message " box," " text" " box," " info" " box,"
'\" NOHAVEGUAGE
-.BR guage " box,"
+.BR gauge " box,"
'\" NOHAVEGUAGE
.BR checklist " box, and" " radiolist" " box."
.SH OPTIONS
@@ -189,14 +189,14 @@ that you can indicate which entry is currently selecte
.IR status " to " on "."
'\" NOHAVEGUAGE
-.IP "\fB\-\-guage \fItext height width percent\fR"
-.RB "A " guage " box displays a meter along the bottom of the box.
+.IP "\fB\-\-gauge \fItext height width percent\fR"
+.RB "A " gauge " box displays a meter along the bottom of the box.
The meter indicates the 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 the first
line following is taken as an integer percentage, then subsequent
lines up to another XXX are used for a new prompt.
-The guage exits when EOF is reached on stdin.
+The gauge exits when EOF is reached on stdin.
'\" NOHAVEGUAGE
'\" NOHAVERC