The following reply was made to PR mutt/2830; it has been noted by GNATS. From: Michael Tatge <[EMAIL PROTECTED]> To: Mutt Developers <mutt-dev@mutt.org> Cc: [EMAIL PROTECTED] Subject: Re: mutt/2830: man pages does not list -d even if compiled with --enable-debug Date: Wed, 7 Mar 2007 20:55:12 +0100
--Sr1nOIr3CvdE5hEN Content-Type: text/plain; charset=us-ascii Content-Disposition: inline * On Wed, Mar 07, 2007 I ([EMAIL PROTECTED]) muttered: > >Number: 2830 > >Synopsis: man pages does not list -d even if compiled with > >--enable-debug > >Originator: [EMAIL PROTECTED] > >Description: > The Synopsis sais it all... > The mutt man pages doesn't list -d as a flag even if mutt was build > with --enable debug Attached is a patch to doc/mutt.man that adds -d HTH, Michael -- Computer programmers do it byte by byte. PGP-Key-ID: 0xDC1A44DD Jabber: [EMAIL PROTECTED] --Sr1nOIr3CvdE5hEN Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="man_debug.diff" diff -Nur mutt-org/doc/mutt.man mutt-work/doc/mutt.man --- mutt-org/doc/mutt.man 2007-03-02 06:16:21.000000000 +0100 +++ mutt-work/doc/mutt.man 2007-03-07 20:51:14.000000000 +0100 @@ -17,6 +17,7 @@ .\" along with this program; if not, write to the Free Software .\" Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. .\" + .TH mutt 1 "January 2002" Unix "User Manuals" .SH NAME mutt \- The Mutt Mail User Agent @@ -46,6 +47,9 @@ .B mutt [-n] [-e \fIcmd\fP] [-F \fIfile\fP] -A \fIalias\fP .PP +.B mutt +-d \fIlevel\fP +.PP .B mutt -v[v] .PP @@ -56,6 +60,7 @@ Mutt is a small but very powerful text based program for reading electronic mail under unix operating systems, including support color terminals, MIME, and a threaded sorting mode. +.HY 0 .SH OPTIONS .PP .IP "-A \fIalias\fP" @@ -96,6 +101,12 @@ Open a mailbox in \fIread-only\fP mode. .IP "-s \fIsubject\fP" Specify the subject of the message. +.nf +.IP "-d \fIlevel\fP +If mutt is compiled +DEBUG, log debugging output to ~/.muttdebug0. +\fILevel\fP can range from 1 to 5 can effects verbosity. +A value of 2 is recommended. +.fi .IP "-v" Display the Mutt version number and compile-time definitions. .IP "-x" --Sr1nOIr3CvdE5hEN--