-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Man pages were missing the --ui option, and reportbug.conf.5 is missing both 
urwid and gtk2 interface.
Attached patch.

- -- 
http://syx.googlecode.com - Smalltalk YX
http://lethalman.blogspot.com - Thoughts about computer technologies
http://www.ammazzatecitutti.org - Ammazzateci tutti
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)

iEYEARECAAYFAkjFVbMACgkQw9Qj+8Kak3F01gCfdqlBWJZsOWypdH+rD+rbnTx1
lnEAnRe661nrXEBnm4A1Wa6yew/Ubl0s
=760D
-----END PGP SIGNATURE-----
From e2f77fda3c55bdc7349e9d51946abe78a85d7fe5 Mon Sep 17 00:00:00 2001
From: Luca Bruno <[EMAIL PROTECTED]>
Date: Mon, 8 Sep 2008 18:40:17 +0200
Subject: [PATCH] Missing --ui in man pages

---
 man/querybts.1       |    5 +++++
 man/reportbug.1      |    5 +++++
 man/reportbug.conf.5 |    2 +-
 3 files changed, 11 insertions(+), 1 deletions(-)

diff --git a/man/querybts.1 b/man/querybts.1
index db2e2a5..2b7e822 100644
--- a/man/querybts.1
+++ b/man/querybts.1
@@ -48,6 +48,11 @@ behind a firewall.
 .B \-s, \-\-source
 Query on source packages, rather than binary packages.
 .TP
+.B \-u, \-\-ui
+Specify the user interface to use.
+Valid options are \fBtext\fP, \fBnewt\fP, \fBurwid\fP, \fBgtk2\fP;
+default is taken from the reportbug configuration files.
+.TP
 .B \-w, \-\-web
 Launch a web browser to view bug reports, instead of using the
 internal interface.  This will also allow you to see all of the
diff --git a/man/reportbug.1 b/man/reportbug.1
index 9f6508b..106c505 100644
--- a/man/reportbug.1
+++ b/man/reportbug.1
@@ -403,6 +403,11 @@ ignore any tags specified on the command line.
 .B \-\-template
 Output a template report to standard output.
 .TP
+.B \-u, \-\-ui
+Specify the user interface to use.
+Valid options are \fBtext\fP, \fBnewt\fP, \fBurwid\fP, \fBgtk2\fP;
+default is taken from the reportbug configuration files.
+.TP
 .B \-v, \-\-verify
 Verify the integrity of the package (if installed) using debsums
 before reporting.
diff --git a/man/reportbug.conf.5 b/man/reportbug.conf.5
index 035c941..243bc98 100644
--- a/man/reportbug.conf.5
+++ b/man/reportbug.conf.5
@@ -235,7 +235,7 @@ Use \fIsubmit\fP as the bug submission address
 Use the template mode, bypasses all prompts and the output it sent to
 stdout
 .TP
-.B ui [\fItext\fP|\fInewt\fP]
+.B ui [\fItext\fP|\fInewt\fP|\fIurwid\fP|\fIgtk2\fP]
 The user interface that
 .B querybts(1)
 and
-- 
1.5.6.5

_______________________________________________
Reportbug-maint mailing list
Reportbug-maint@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/reportbug-maint

Reply via email to