~ubuntu-branches/ubuntu/dapper/newt/dapper

« back to all changes in this revision

Viewing changes to debian/patches/998_manpage.patch

  • Committer: Bazaar Package Importer
  • Author(s): Colin Watson
  • Date: 2005-09-15 18:37:48 UTC
  • Revision ID: james.westby@ubuntu.com-20050915183748-uhmndnwdpc7efzqu
Tags: 0.51.6-31ubuntu1
Resynchronise with Debian.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
diff -ruN newt-0.51.6-old/whiptail.1 newt-0.51.6/whiptail.1
2
 
--- newt-0.51.6-old/whiptail.1  2004-09-20 21:53:28 +0100
3
 
+++ newt-0.51.6/whiptail.1      2004-09-20 22:19:19 +0100
 
2
--- newt-0.51.6-old/whiptail.1  2005-02-02 22:03:26.098577000 +0000
 
3
+++ newt-0.51.6/whiptail.1      2005-02-02 22:10:15.362360024 +0000
4
4
@@ -1,4 +1,4 @@
5
5
-.TH WHIPTAIL 1 "20 September 2003" "Whiptail Version 0.51"
6
6
+.TH WHIPTAIL 1 "20 September 2004" "Whiptail Version 0.51.6"
7
7
 .SH NAME
8
8
 whiptail \- display dialog boxes from shell scripts
9
9
 .SH SYNOPSIS
 
10
@@ -43,7 +43,7 @@
 
11
 .B box-options
 
12
 .SH DESCRIPTION
 
13
 .B whiptail
 
14
-is a program that will let you to present a variety of questions or
 
15
+is a program that will let you present a variety of questions or
 
16
 display messages using dialog boxes from a shell script. Currently,
 
17
 these types of dialog boxes are implemented: 
 
18
 .LP
 
19
@@ -89,7 +89,7 @@
 
20
 Direct output to the given file descriptor.  Most 
 
21
 .B whiptail
 
22
 scripts
 
23
-write to the standard error, but  error  messages  may  also  be
 
24
+write to standard error, but  error  messages  may  also  be
 
25
 written there, depending on your script.
 
26
 .TP
 
27
 .BI \-\-title " title"
 
28
@@ -114,7 +114,7 @@
 
29
 .I width
 
30
 columns will be displayed. The string specified by
 
31
 .I text
 
32
-is displayed inside the dialog box. If this string is too long to be fitted
 
33
+is displayed inside the dialog box. If this string is too long to be fit
 
34
 in one line, it will be automatically divided into multiple lines at
 
35
 appropriate places. The
 
36
 .I text
 
37
@@ -166,14 +166,14 @@
 
38
 string, the
 
39
 .I BACKSPACE
 
40
 key can be used to correct typing errors. If the input string is longer than
 
41
-can be fitted in the dialog box, the input field will be scrolled. On exit,
 
42
+the width of the dialog box, the input field will be scrolled. On exit,
 
43
 the input string will be printed on
 
44
 .IR stderr "."
 
45
 .TP
 
46
 .BI \-\-passwordbox " text height width [init]"
 
47
 .RB "A " password " box is similar to an input box, except the text the user"
 
48
 enters is not displayed. This is useful when prompting for passwords or other
 
49
-sensative information. Be aware that if anything is passed in "init", it
 
50
+sensitive information. Be aware that if anything is passed in "init", it
 
51
 will be visible in the system's process table to casual snoopers. Also, it
 
52
 is very confusing to the user to provide them with a default password they
 
53
 cannot see. For these reasons, using "init" is highly discouraged.
10
54
@@ -203,8 +203,7 @@
11
55
 .I UP/DOWN
12
56
 keys, the first letter of the
17
61
 .I menu-height
18
62
 entries displayed in the menu at one time, but the menu will be
19
63
 scrolled if there are more entries than that. When
 
64
@@ -216,9 +215,8 @@
 
65
 .IP "\fB\-\-checklist \fItext height width list-height \fR[ \fItag item status \fR] \fI..."
 
66
 .RB "A " checklist " box is similar to a " menu " box in that there are"
 
67
 multiple entries presented in the form of a menu.
 
68
-You may select an item using the SPACEW key. Instead of choosing
 
69
-one entry among the entries, each entry can be turned on or off by the
 
70
-user. The initial on/off state of each entry is specified by
 
71
+You can select and deselect items using the SPACE key.  
 
72
+The initial on/off state of each entry is specified by
 
73
 .IR status "."
 
74
 On exit, a list of the
 
75
 .I tag
 
76
@@ -232,7 +230,7 @@
 
77
 
 
78
 .IP "\fB\-\-gauge \fItext height width percent\fR"
 
79
 .RB "A " gauge " box displays a meter along the bottom of the box.
 
80
-The meter indicates the percentage.  New percentages are read from
 
81
+The meter indicates a percentage.  New percentages are read from
 
82
 standard input, one integer per line.  The meter is updated
 
83
 to reflect each new percentage.  If stdin is XXX, then subsequent
 
84
 lines up to another XXX are used for a new prompt.