# All known problems with the manual pages in a full Fedora Core installation
#
# Send 1 was on 09 Dec 2003
# Send 2 was on 17 Feb 2004
# Send 3 was on 11 Jul 2004
# Send 4 was on 20 Nov 2004
# Send 5 was on 14 Jan 2005
# Send 6 was on 01 Jan 2007
#
# * means there is no patch corresponding to this bug
#
&	This patch adds new material to a patch previously acknowledged by you.
	The new bands will correct a problem previous versions of my validator
	did not catch, very likely relating to an error in or abuse of the
	.TP tag.
A	Dot or single-quote at start of line turns it into a garbage command.
	This is a serious error; some lines of your page get silently lost 
	when it is formatted.
B	-[0-9] cannot be rendered in Docbook command-syntax markup.
	This is not technically an error, but it makes the page impossible
	to translate to DocBook.
C	Broken command synopsis syntax.  This may mean you're using a 
	construction in the command synopsis other than the standard 
	[ ] | { }, or it may mean you have running text in the command synopsis
 	section (the latter is not technically an error, but it's impossible
	to translate into DocBook markup).
D	Section or macro out of place; this confuses translators.
E	My translator trips over a useless command in list markup. 
F	List structure can be better expressed with .IP.
G	Since this page was generated from db2man, I understand that
	some of its problems may be due to db2man bugs that need to be reported
	upstream.  I am sending this heads-up nevertheless because at least 
	some of the problems can be fixed or worked around in your sources.
H	Illegal metavariable in a Synopsis description.
I	.it or .ti macro use is impossible to translate structurally. 
J	Ambiguous or invalid backslash.  This doesn't cause groff a problem.
	but it confuses doclifter and may confuse older troff implementations.
K	You seem to be distributing a formatted manual page or some sort of 
	plain-text rather than source.	This may be a packaging error.
L	List syntax error. This means .IP, .TP or .RS/.RE markup is garbled.
	This confuses doclifter, and may also mess up stricter troff 
	interpreters like Xman and Rosetta.
M	Macro definition is in a location (such as the Synopsis section)
	that confuses translation tools.
N	Unbalanced or superfluous quotes may screw up argument parsing.
O	Running text in what should be a Unix command synopsis.
	The right fix for this is to change the section name.
P	Bogus eqn directive embedded in TBL option header. 
Q	You used .UN where .UR is needed.
R	English spelling or usage errors, apparently the writer is not a
	native speaker.
S	DEPRECATED: in function syntax connot be translated.  Also, the
	code and examples need to be marked up better.
T	There are multiple description lines.  This makes it impossible to 
        translate the page to DocBook.  It may also confuse some 
        implementations of man -k.
U	Unbalanced group in command synopis. You probably forgot 
	to open or close a [ ] or { } group properly.	
V	.DS and .DE input macros are swapped.
W	Missing or garbled name section.  The most common form of garbling
	is a missing - or extra -. Or your manual page may have been generated
	by a tool that doesn't emit a NAME section as it should.  Or your page
	may add running text such as a version or authorship banner.  These 
	problems make it impossible to lift the page to DocBook.  They
	can also confuse third-party manpage browsers and some implementations 
	of man -k.
X	Unknown or invalid macro.  That is, one that does not fit in the
	macro set that the man page seems to be using.  This is a serious
	error; it often means part of your text is being lost or rendered
	incorrectly.
Y	Missing or garbled section header.
Z	Garbage character at beginning of file.
a	.EX/.EE macros are missing or misplaced.
b	Attempt to interpolate unknown string.
c	SYNOPSIS must come before DESCRIPTION or other sections.  Otherwise
	correctness-checking library pages that may have multiple Synopsis 
	subheadings becomes too difficult.
d	This old-style C prototype is too hard to parse, best to fix it.
e	Garbage generated by docbook2man
f	Presentational use of .SH or .SS messes up section parsing.
g	Run-on .B or .I macro.
h	Unnecessary and unused .ta call may cause converters to error out.
i	Macro invocation in conditional confuses the doclifter parser.
j	Parenthesized comments in command synopsis.  This is impossible
	to translate to DocBook.
k	It is not necessary, and bad style, to specify the absolute pathname
	of a command in its synopsis.
l	Page consists solely of NAME and SYNOPSIS.
m	Contains a request or escape that is outside the portable subset that 
        can be rendered by non-groff viewers such as the KDE and GNOME help 
	browsers.
n	Unbalanced .RS or .RE macro
o	TBL markup not used where it should be.  Tables stitched together
	with .ta requests can't be lifted to DocBook and will often
	choke third-party viewers such as TKMan, XMan, Rosetta, etc.
p	It is unnecessary to explain basic shell redirects on a man page.
	It is also bad style, especially when doing so produces an
	unparseable SYNOPSIS section.
q	Formatting file lists as tables in a Synopsis is impossible to
	translate into DocBook.
r	.Ss within a Synopsis confuses my section parser.
s	Example URLs which should *not* be turned into hyperlinks need
	an invisible stopper so tools which try to lift URLs from the page 
	source will pass over them.
t	Unclosed .RS, appears to be a broken attempt to express list structure.
u	Use local definitions of .EX/.EE or .DS/.DE to avoid low-level troff
	requests in the page body.  There are plans to add these to groff man;
	in the interim, this patch adds a compatible definition to your page.
v	Doubled dot before macro command.
w	You wrote .br where you meant .sp -- as written, the markup will 
	fail to produce a blank line where one was clearly intended.
x	Unclosed .nf needs a .fi 
y	Page is empty.  This probably means there is some sort of glitch in
	your build machinery.
z	.TP or other markup used where .SS is needed, or the reverse.
0	This problem reflects a serious bug in db2man.
1	Improper line wrap in .ds text.
2	Description as well as name is required in a name section.
3	Garbled escape sequence
4	SYNTAX section is actually a Unix SYNOPSIS and should be so marked.
5	Unescaped \d looks like a troff down-motion.  This probably messes
	up the rendering of the page in some environments, and certainly
	confuses automated translation to XML.
6	The extended macros from the *roff pages screw up third-party readers
	like Xman and the KDE help browser as well as doclifter.  The hot
	topic on the groff mailing list is how to get rid of them.
7	Unbalanced highlights.  This is not technically an error, but
	it makes display programs and translators to other formats
	much more likely to break.
8	Use of low-level troff hackery to set special indents or breaks can't 
	be translated. The page will have rendering faults in HTML, and 
	probably also under third-party man page browsers such as Xman, 
	Rosetta, and the KDE help browser.  This patch eliminates .br, .ta, .ti
	and .in in favor of requests like .nf/.fi, and .RS/.RE that have
	structural translations.
9	Macro call is run on to the end of a line.
@	SYNOPSIS section is not a Unix command synopsis and should be renamed.
!	BSD .Oo/.Oc is not handled correctly by some viewers, so is not portable.
%%
b|ac.1			|	|sgk@sgk.tiac.net
bn|acl_from_text.3,acl_to_text.3	|X	|
bn|adjtimex.8		|X	|jrv@voyager.mv.com
6n|read-expenses.1	|O8	|pilot-link-devel@pilot-link.org
1p|aconnect.1		|u	|tiwai@suse.de,alsa-devel@lists.sourceforge.net
6n|addresses.1		|p	|pilot-link-devel@pilot-link.org
b|aecho.1		|	|netatalk-devel@lists.sourceforge.net
y|afmtodit.1		|M	|bug-groff@gnu.org
1n|afm2tfm.1		|8	|rokicki@cs.stanford.edu
1n|aimk.1		|8	|gst@ornl.gov
y|amidi.1,amixer.1,aplay.1,arecord.1	|	|Clemens Ladisch <clemens@ladisch.de>
bn|amrecover.8		|9	|
n|analog.1		|C	|analog-author@lists.meer.net
b|apple_cp.1,apple_mv.1	|Ck	|netatalk-devel@lists.sourceforge.net
n|apport-retrace.1	|g	|martin.pitt@ubuntu.com
1n|awk.1		|u	|bug-gawk@gnu.org
1n|pgawk.1,gawk.1	|u	|bug-gawk@gnu.org
y|animate.1,compare.1,conjure.1,composite.1,convert.1,display.1,identify.1,import.1,mogrify.1,montage.1	|	|magick-bugs@imagemagick.org
1n|amanda.8,amanda.conf.5,amrestore.8	|A0	|sgw@amanda.org
y|apple_cp.1,apple_mv.1,apple_rm.1|	|netatalk-devel@lists.sourceforge.net
6n|arp.8		|A	|Bernd Eckenfels <net-tools@lina.inka.de>
1n|ApplicationShell.3	|E	|lesstif-discuss@lists.sourceforge.net
1p|appres.1x		|U	|xorg@lists.freedesktop.org
1n|aspell.1		|X	|pyro@debian.org
bn|atmsigd.conf.4	|A	|Werner.Almesberger@epfl.ch
1n|auditd.8		|J	|linux-audit@redhat.com
p|authconfig.8		|C	|Nalin Dahyabhai <nalin@redhat.com>
y|bash.1		|	|bug-bash@gnu.org
y|bgpd.8		|	|bug-zebra@gnu.org
n|biof.1		|X	|hk@dgmr.nl
1p|bitmap.1x		|XJ	|xorg@lists.freedesktop.org
1n|bounce.5,aliases.postfix.5,relocated.5,virtual.8|8	|wietse@porcupine.org
1n|header_checks.5|8J	|wietse@porcupine.org
1n|builtins.1		|W	|bug-bash@gnu.org
y|bzadmin.6		|	|bzflag-dev@lists.sourceforge.net
1n|bzw.5		|8	|bzflag-dev@lists.sourceforge.net
3n*|bzfquery.6		|l	|bzflag-dev@lists.sourceforge.net
y|bzfs.6		|	|bzflag-dev@lists.sourceforge.net
5y|cadaver.1		|	|Joe Orton <cadaver@webdav.org>
1p|calcomp.4		|	|xorg@lists.freedesktop.org
y|cancel-cups.1,cancel.1,lp.1,lp-cups.1	|	|
6n|cannastat.1		|C	|Canna@nec.co.jp
1n|cman.5		|8	|
1n|compress.1,uncompress.1	|J	|peter@ncs.nl
y|CrtImgType.3,Tk_InitImageArgs.3|	|tcl-core@lists.sourceforge.net
1n|ctangle.1,cweave.1,cweb.1|L	|
6n|lpr.1,lpr-cups.1	|U	|papowell@lprng.com
y|lpstat.1,lpstat-cups.1|	|papowell@lprng.com
1n|cdda2wav.1		|A8	|schilling@fokus.fraunhofer.de
n|cdparanoia.1		|8	|monty@xiph.org
6n|cdrdao.1		|E	|cdrdao-devel@lists.sourceforge.net
bn|chat.8		|XJ7	|paulus@samba.org
1n|chcat.8		|C	|dwalsh@redhat.com
bn|chkconfig.8		|X	|
6n|chmoddic.1		|C	|Canna@nec.co.jp
1n|citron.4		|@Ln	|support@citron.de
1b|co.1			|o	|rcs-bugs@gnu.org
n|codepage.1		|C	|mckinstry@computer.org
1n|cpufreq-info.1,cpufreq-set.1	|8	|linux@brodo.de,malattia@gmail.com
y|crash.8		|	|fenlason@redhat.com
6n|cshost.1		|C	|Canna@nec.co.jp
3p|cscope.1		|B	|broeker@users.sourceforge.net
b|curl.1		|J	|
1n|cvs.1		|JL	|cvs-dev@nongnu.org
bn|cxpm.1x		|W	|lehors@sophia.inria.fr
3b|dasher.1		|g	|
1n|DBM_Filter::compress.3pm,DBM_Filter::encode.3pm,DBM_Filter::int32.3pm,DBM_Filter::null.3pm,DBM_Filter::utf8.3pm|W	|perl-documentation@perl.org
y|dbz.3			|	|inn-bugs@isc.org
y|ddd.1			|	|ddd@gnu.org
6n|default.session.5	|W	|miguel@gnu.org
b|dhclient.8		|J8u	|dhcp-client@isc.org
2n|dhcp6r.8		|f	|bug@dhcpv6.org
1n|dicar.1		|X8	|Canna@nec.co.jp
b|dictionary.5		|L	|freeradius-devel@lists.freeradius.org
3n|dictfmt.1		|A	|faith@cs.unc.edu
1n|dictl.1		|W	|hilliard@debian.org, vle@gmx.net
y|diffstat.1		|	|
n|dh_movefiles.1	|U	|joeyh@debian.org
y|dislocate.1		|	|Don Libes <libes@nist.gov>
6n|dlpsh.1		|W	|pilot-link-devel@pilot-link.org
y|dmraid.8		|	|Heinz Mauelshagen <Mauelshagen@RedHat.com>
1n|doxytag.1		|L	|doxygen-users@lists.sourceforge.net
bn|dpromdic.1		|X	|
1b|dvgrab.1		|h	|nn4lyahoode@thyrsus.com
1n|dvipdf.1,font2c.1	|u	|epm@easysw.com
6n|dvdrecord.1		|v	|dvdrtools-devel@nongnu.org
y|dvipdfm.1		|	|mwicks@kettering.edu
1n|editres.1x		|8o	|xorg@lists.freedesktop.org
1n|e2fsck.8		|o	|tytso@thunk.org
1n|efax.1		|J	|edc@cce.com
1n|enscript.1		|8	|mtr@iki.fi
6n|epic.1		|X	|Jeremy Nelson <jnelson@acronet.net>
1n|elinkskeys.5		|GOJ	|elinks-dev@linuxfromscratch.org
1n|emacs.1		|o	|bug-gnu-emacs@prep.ai.mit.edu	
y|epoll_ctl.2		|	|aeb@cwi.nl, davidel@xmailserver.org
y|epoll.4		|	|aeb@cwi.nl, davidel@xmailserver.org
y|eqn.1,geqn.1		|n	|bug-groff@gnu.org
1n|error.3		|7	|mtk-manpages@gmx.net
1n|openais_overview.8,evs_overview.8,cpg_overview.8|W	|scd@broked.com
1n|expect.1		|u	|Don Libes <libes@nist.gov>
1n|extractres.1		|u	|angus@harlequin.co.uk
6p|fbset.8		|L	|Geert.Uytterhoeven@cs.kuleuven.ac.be, zippel@fh-brandenburg.de
n|fence_drac.8		|J	|
1n|fence.8,gfs.8,gnbd.8	|W	|linux-cluster@redhat.com
1n|fig2dev.1x		|X	|bvsmith@lbl.gov
1n|fig2ps2tex.1x		|u	|bvsmith@lbl.gov
y|File::Basename.3pm	|	|perl-documentation@perl.org
3n|findchip.8,irdadump.8,irdaping.8,irpsion5.8,irattach.8|e	|wehe@tuxmobil.org
b*|firefox.1		|L	|https://bugzilla.mozilla.org/show_bug.cgi?id=368356
y|flock.1		|	|adam@yggdrasil.com
n|flocks.1,lattice.1	|A	|tugrul@galatali.com
p|foomatic-ppdfile.1	|X	|till.kamppeter@gmail.com
1n|foomatic-rip.1	|o6	|till.kamppeter@gmail.com
1n|free.1		|8	|albert@users.sf.net
y|fsinfo.8		|	|ezk@cs.columbia.edu
y|gaim.1		|	|Rob Flynn <gaim@robflynn.com>
3n|gda-config.5		|	|gonzalo@gnome-db.org
1n|getafm.1		|o	|rj@rainbow.in-berlin.de
y|getcon.3,getexeccon.3	|	|russell@coker.com.au
1n|gettimeofday.2	|u	|mtk-manpages@gmx.net
y|GetUid.3		|	|tcl-core@lists.sourceforge.net
4n|getcontext.2		|C	|mtk-manpages@gmx.net
bn|getrpcport.3		|d	|
1n|gfdl.1		|W	|
1n|gfs_jadd.8		|X	|linux-cluster@redhat.com
bn|gftodvi.1		|8	|
y|ghostscript.1		|	|giles@snow.thaumas.net
y|gij.1			|	|
1n|gkrellmd.1		|L	|bill@gkrellm.net
1n|glBegin.3gl,glBitmap.3gl,glBlendFunc.3gl,glCopyPixels.3gl,glDepthFunc.3gl,glDrawBuffer.3gl,glDrawPixels.3gl,glEnableClientState.3gl,glGetString.3gl,glGetTexGen.3gl,glGetTexImage.3gl,glGetTexParameter.3gl,glLight.3gl,glMatrixMode.3gl,glOrtho.3gl,glPixelTransfer.3gl,glRect.3gl,glTexCoord.3gl,glTexEnv.3gl,glTexImage1D.3gl,glTexImage2D.3gl,glTexImage3D.3gl,glXChooseVisual.3gl,glXGetConfig.3gl|X	|mesa3d-dev@lists.sourceforge.net
1n|glPixelMap.3gl,glPixelStore.3gl|P	|mesa3d-dev@lists.sourceforge.net
6n|gnome-session.1	|Y	|Miguel de Icaza <miguel@gnu.org>
6n|gnome-wm.1		|W	|Miguel de Icaza <miguel@gnu.org>
1p|gnuplot.1		|J	|gnuplot-info@lists.sourceforge.net
1n|gnutls_psk_set_client_credentials.3,gnutls_x509_crt_get_key_purpose_oid.3,gnutls_x509_rdn_get_oid.3|L	|gnutls-dev@gnupg.org
y|gob2.1		|	|George Lebl <jirka@5z.com>
y|gpic.1,pic.1		|L	|bug-groff@gnu.org
5p|gpm-types.7		|W	|Nico Schottelius <nico-gpm@schottelius.org>
y|groff.1		|	|bug-groff@gnu.org
y|groff_diff.7		|A	|wl@gnu.org
1n|gthumb.1		|L	|paolo.bacch@tin.it
1n|gulm_tool.8		|8	|
n|hexdump.1		|!	|bunk@stusta.de
6n|hformat.1,hfs.1,hfssh.1,hfsutils.1,hmount.1,xhfs.1	|X	|Robert Leslie <rob@mars.org>
1n|hinotes.1		|JW	|pilot-link-devel@pilot-link.org
y|hidd.1		|	|bluez-devel@lists.sourceforge.net
y|hostname.1		|	|Bernd Eckenfels <net-tools@lina.inka.de> 
3n|htfuzzy.1		|A	|htdig-dev@htdig.org
1n|hwclock.8		|C	|bunk@stusta.de
1n|ibod.1		|X	|Bjoern Smith <bjorn@Compound.SE>
1n|ibod.cf.4		|8	|Bjoern Smith <bjorn@Compound.SE>
1n|icc2ps.1,icclink.1,jpegicc.1,tifficc.1	|XRL	|shiju.p@gmail.com
y|idna_strerror.3,idna_to_ascii_4i.3,idna_to_ascii_4z.3,idna_to_ascii_8z.3,idna_to_ascii_lz.3,idna_to_unicode_44i.3,idna_to_unicode_4z4z.3,idna_to_unicode_8z4z.3,idna_to_unicode_8z8z.3,idna_to_unicode_8zlz.3,idna_to_unicode_lzlz.3,pr29_4.3,pr29_4z.3,pr29_8z.3,pr29_strerror.3,punycode_decode.3,punycode_strerror.3,stringprep.3,stringprep_4i.3,stringprep_4zi.3,stringprep_check_version.3,stringprep_convert.3,stringprep_locale_charset.3,stringprep_locale_to_utf8.3,stringprep_profile.3,stringprep_strerror.3,stringprep_ucs4_nfkc_normalize.3,stringprep_ucs4_to_utf8.3,stringprep_unichar_to_utf8.3,stringprep_utf8_nfkc_normalize.3,stringprep_utf8_to_locale.3,stringprep_utf8_to_ucs4.3,stringprep_utf8_to_unichar.3,tld_check_4.3,tld_check_4t.3,tld_check_4tz.3,tld_check_4z.3,tld_check_8z.3,tld_check_lz.3,tld_default_table.3,tld_get_4.3,tld_get_4z.3,tld_get_table.3,tld_get_z.3,tld_strerror.3	|	|bug-libidn@gnu.org
y|punycode_encode.3	|	|bug-libidn@gnu.org
n*|ifenslave.8		|K	|
1n|iftab.5		|8u	|jt@hpl.hp.com
1n|includeres.1		|8u	|giles@artifex.com
1n|ImageMagick.1	|D	|magick-bugs-owner@imagemagick.org
1n|imake.1x		|u8	|xorg@lists.freedesktop.org
n|inet.3		|u	|mtk-manpages@gmx.net
y|inews.1		|	|inn-bugs@isc.org
1p|initlog.1		|J	|notting@redhat.com
n|innfeed.1		|L	|inn-bugs@isc.org
y|install.1		|	|bug-coreutils@gnu.org
1n|ipppd.8		|L	|keil@isdn4linux.de
3n|ipsec_mailkey.8	|H	|hugh@mimosa.com
3n|ipsec_newhostkey.8,ipsec_rsasigkey.8	|C	|hugh@mimosa.com
1n|ip6tables.8		|L	|netfilter-devel@lists.netfilter.org
1n|iptables.8		|@JL	|netfilter-devel@lists.netfilter.org
6n|iptraf.8		|X	|riker@seul.org
1n|ipv6calc.8		|@uwL	|pb@bieringer.de
6n|irb.1		|W	|ruby-doc@ruby-lang.org
1n|irnet.4		|u8	|jt@hpl.hp.com
1n|irsend.1		|L	|lirc@bartelmus.de
y|isadump.8,isaset.8	|	|phil@philedelbrock.com
1n|isdnrep.1		|J8m	|paul@isdn4linux.de
1n|jng.5		|8	|png-implement@ccrc.wustl.edu
1n|kdesvn-build.1	|s	|carlos.woelz@kdemail.net
1n|kermit.1		|W	|kermit@columbia.edu
6n|klogd.8		|X	|greg@wind.enjellic.com
1n|ksh.1			|@iL	|dgk@research.att.com
6n|kwordtrans.1,wordtrans.1|K	|rvm@escomposlinux.org
1p|lam-helpfile.5	|h	|lam-devel@lam-mpi.org
1p|lamboot.1,lamexec.1	|X4	|lam-devel@lam-mpi.org
1p|lammsg.1		|8oC4	|lam-devel@lam-mpi.org
1p|lamrun.1		|4	|lam-devel@lam-mpi.org
1p|lamtask.1		|4o	|lam-devel@lam-mpi.org
1p|lamshrink.1		|C4	|lam-devel@lam-mpi.org
bn|lame.1		|X	|lam-devel@lam-mpi.org
1n|lastcomm.1		|uo	|bug-gnu-utils@gnu.org
1p|LAM.7,MPI.7		|@8L	|lam-devel@lam-mpi.org
b|lastlog.8		|L	|
y|latex.1		|	|te@dbs.uni-hannover.de
1n|latex2html.1		|Q	|Manoj Srivastava <srivasta@debian.org>
n|lattice.1		|A	|tugrul@galatali.com
y|LDP.7 		|	|
1n|ld.so.8		|L	|mtk-manpages@gmx.net
6n|less.1		|C	|bug-less@gnu.org
1n|lesstif.1		|WO8	|lesstif-discuss@lists.sourceforge.net
1n|libbind-getipnodebyname.3|T	|bind9-bugs@isc.org
1n|libbind-resolver.3	|r	|bind9-bugs@isc.org
4n|libpng.3		|S	|png-implement@ccrc.wustl.edu
y|libpngpf.3		|	|png-implement@ccrc.wustl.edu
1n|libexpect.3		|O	|Don Libes <libes@nist.gov>
1n|libmng.3		|7	|gerard@libmng.com
6n|linuxdoc.1		|j	|Taketoshi Sano <sano@debian.org>
1n|ln.1			|j	|bug-coreutils@gnu.org
p|locate.1		|J	|mitr@redhat.com
1n|lock_gulmd.5		|8	|dwalsh@redhat.com
1n|lock_gulmd.8		|@8	|dwalsh@redhat.com
y|logrotate.8		|	|
1p|lsof.8		|J	|abe@purdue.edu
6n|lv.1			|C	|nrt@ff.iij4u.or.jp
1n|lvm.8			|L	|lvm-devel@lists.sistina.com
y|lvreduce.8		|	|lvm-devel@lists.sistina.com
y|mag.1			|	|te@dbs.uni-hannover.de
p|magma_tool.8		|8	|
1n|Mail::SpamAssassin::Client.3pm,Mail::SpamAssassin::Plugin::ReplaceTags.3pm,XML::LibXML::DocumentFragment.3pm|W	|perl-documentation@perl.org
1n|mailto.1		|uJo	|nsb@guppylake.com
1p|makestrs.1x		|A	|xorg@lists.freedesktop.org
y|man.1,manpath.1	|	|mtk-manpages@gmx.net
bn|mcs.8		|X	|
bn|mdadm.conf.5		|X	|
bn|mdadm.8		|X	|
6n|mdel.1		|T	|mtools@mtools.linux.lu
1n|mdoc.7		|N	|mtk-manpages@gmx.net
1n|merge.1		|bL	|bug-rcs@gnu.org
1n|mev.1		|J	|gpm@lists.linux.it
y|mf.1,inimf.1,virmf.1	|	|te@dbs.uni-hannover.de
1n|mkdtemp.3		|L	|mtk-manpages@gmx.net
y|mkoctfile.1		|	|jwe@bevo.che.wisc.edu>, edd@debian.org
1n|mkxauth.1x		|u	|xorg@lists.freedesktop.org
y|mkzftree.1		|	|hpa@zytor.com
2n|ModPerl::Code.3pm	|D	|perl-documentation@perl.org
y|motd.news.5		|	|inn-bugs@isc.org
y|mozplugger.7		|	|louis@bavoil.net
1n|mpage.1		|8	|Marcel Mol <marcel@mesa.nl>
1n|mpcd.8		|	|Heikki Vatiainen <hessu@cs.tut.fi>, Sampo Saaristo <s156953@cs.tut.fi>
6bn|MPI_Group_free.3	|C	|
1n|mpiexec.1		|X	|lam-devel@lam-mpi.org
p|mpirun.1		|4u	|lam-devel@lam-mpi.org
1n|mpost.1		|8	|
1n|mtx.1		|J	|eric@badtux.org
y|mysqld.1,mysqld_multi.1,mysqldump.1,mysql_zap.1,mysqladmin.1,mysqlshow.1|	|monty@tcx.se
1n|mysqlmanager.1	|I	|monty@tcx.se
1n|mysqld_safe.1		|T	|monty@tcx.se
y|named.conf.5		|	|bind9-bugs@isc.org
y|nasm.1,ndisasm.1	|	|nasm-devel@lists.sourceforge.net
y|nbp_name.3		|	|netatalk-devel@lists.sourceforge.net
n|nc.1			|!	|ericj@monkey.org
3n|netsnmp_iterator_info_s.3|s	|net-snmp-coders@lists.sourceforge.net
3n|netsnmp_table.3 	|X	|net-snmp-coders@lists.sourceforge.net
1n|netdump.8		|L	|tgraf@redhat.com
3n|netdump-server.8	|C	|anderson@redhat.com
1n|netstat.8		|Cz	|ecki@linux.de
y|newgrp.1		|	|Julianne Frances Haugh <jockgrrl@ix.netcom.com>
y|nfsd.7		|	|neilb@cse.unsw.edu.au
1n|nisplus_table.5	|C	|wietse@porcupine.org
1n|NetworkManager.1,NetworkManagerDispatcher.1,nm-tool.1	|W	|networkmanager-list@gnome.org
1n|nfs4_uid_to_name.3	|W	|nfsv4@linux-nfs.org
1n|nmap.1		|As	|nmap-hackers@insecure.org
1n|nslookup.1		|J	|
1n|ntlm_auth.1		|RX	|samba-docs@lists.samba.org
y|ntpdate.1		|	|mills@udel.edu
y|ntpq.1		|	|mills@udel.edu
y|octave-config.1	|	|jwe@bevo.che.wisc.edu, edd@debian.org
y|on_ac_power.1		|	|Richard Hughes <richard@hughsie.com>
1n|ogonkify.1		|Lu	|jec@dcs.ed.ac.uk
1n|openvt.1		|Lu	|aeb@cwi.nl
3r|operator.7		|o	|mtk-manpages@gmx.net
y|parted.8		|	|bug-parted@gnu.org
1n|pcre.3,pcrebuild.3	|8	|ph10@cam.ac.uk
1p|pcreprecompile.3|X	|ph10@cam.ac.uk
1p|pcrepattern.3,pcrecallout.3,pcretest.1,pcrepartial.3|J	|ph10@cam.ac.uk
1n|pdftk.1		|L	|ssteward@accesspdf.com
4n*|PDL::BAD2_demo.3pm,PDL::BAD_demo.3pm,PDL::Config.3pm,PDL::Doc::Config|y	|perl-documentation@perl.org
3n|PDL::GSL::INTEG.3pm	|D	|pdl-porters@jach.hawaii.edu
4n|PDL::MatrixOps.3pm	|W	|pdl-porters@jach.hawaii.edu
y|pdl.1			|	|pdl-porters@jach.hawaii.edu
2p|perl-nocem.8		|O	|inn-bugs@isc.org
1n|perlop.1,perlre.1	|J	|perl-documentation@perl.org
1n|pflogsumm.1		|W	|wietse@porcupine.org
y|pgmabel.1,pgmtopgm.1,pnmstitch.1,pgmmorphconv.1,pnmtoddif.1,ppmtopj.1	|	|Bryan Henderson <bryanh@giraffe-data.com>
y|php.1			|W	|phpdoc@lists.php.net
1n|php-config.1,phpize.1	|L	|phpdoc@lists.php.net
6n|pilot-addresses.1	|j	|Robert Wittig <bob.wittig@gt.org>
6n|pilot-foto.1		|U	|pilot-link-devel@pilot-link.org
5n|pilot-xfer.1		|j	|pilot-link-devel@pilot-link.org
1n|pipe.8		|8	|wietse@porcupine.org
3y|pipethrough.3	|	|mc-devel@gnome.org
1n|pkg-config.1		|JX	|
y|play.1		|	|
y|postconf.5		|	|wietse@porcupine.org
1n|postmap.1,postsuper.1|8	|wietse@porcupine.org
1p|powermust.8		|W	|Carlos Rodrigues <carlos.efr@mail.telepac.pt>
y|ps.1			|D	|acahalan@cs.uml.edu
5p|privoxy.1		|j	|developers@privoxy.org
1n|proxymap.8		|8	|wietse@porcupine.org
6n|ps2epsi.1		|j	|giles@artifex.com
6n|ps2pdf.1,ps2pdf12.1,ps2pdf13.1,ps2pdfwr.1,pstops.1|	|giles@artifex.com
1n|psnup.1		|J	|giles@artifex.com
1n|pthreads.7		|u	|mtk-manpages@gmx.net
6n|ptx.1		|j	|bug-gnu-utils@gnu.org
1p|PVM.1		|w	|gst@ornl.gov
y|pvmd.1,pvm_shmd.1,pvmd3.1	|	|gst@ornl.gov
y|pvm_addmhf.3		|	|gst@ornl.gov
1n|pvm_advise.3		|Wo	|gst@ornl.gov
1n|pvm_delete.3,pvm_insert.3,pvm_lookup.3,pvm_serror.3,pvm_setmwid.3	|W	|gst@ornl.gov
1n|pvm_intro.1		|8	|gst@ornl.gov
1n|pxeos.8,pxeboot.8	|84	|dwalsh@redhat.com
y|quantize.5		|	|magick-bugs@imagemagick.org
1n|quotactl.2		|L	|jkar8572@sers.sourceforge.net
1n|qos.7			|L	|linux-atm-general@lists.sourceforge.net
y|racoon.conf.5		|	|bugs@lists.freeswan.org
1n|random.4		|8	|mtk-manpages@gmx.net
1n|ram.4		|8u	|mtk-manpages@gmx.net
1p|rate.conf.5		|8	|tobiasb@isdn4linux.de
1n|raw2tiff.1,tiffcmp.1,TIFFClose.3tiff	|X	|tiff@lists.maptools.org
1n|rcsfile.5		|X	|bug-rcs@gnu.org
1n|rcsintro.1		|u	|bug-rcs@gnu.org
y|replace.1,isamchk.1,isamlog.1|	|monty@tcx.se
1n|revnetgroup.8		|L	|kukuk@suse.de
1n|rexec.3		|X	|
1n|rdist.1		|8o	|rdist-dev@usc.edu
y|rdump.8,dump.8,restore.8,rrestore.8	|	|Stelian Pop <stelian@popies.net>
3n|rlm_expr.5		|X	|dwalsh@redhat.com
3n|rlm_attr_filter.5	|XF	|dwalsh@redhat.com
y|roff.7		|A	|wl@gnu.org
1n|ftpd_selinux.8	|u	|dwalsh@redhat.com
1p|httpd_selinux.8,kerberos_selinux.8,named_selinux.8|8	|dwalsh@redhat.com
1n|rsync_selinux.8	|@u8	|dwalsh@redhat.com
1n|rz.1			|8	|Uwe Ohse <uwe@ohse.de>
1n|samba_selinux.8	|8&	|dwalsh@redhat.com
b|sane-apple.5		|L	|
b|sane-mustek_pp.5	|Loz	|
1n|SDL_Init.3		|L	|sdl@lists.libsdl.org
n|security.7		|@	|xorg@lists.freedesktop.org
1n|selinux.8		|8	|dwalsh@redhat.com
y|send-uucp.8		|	|inn-bugs@isc.org
4n|sftp.1		|C	|Damien Miller <djm@mindrot.org>
1p|sg_senddiag.8,sg_wr_mode.8	|C	|dgilbert@interlog.com
6n|sgml2lyx.1		|Z	|Taketoshi Sano <sano@debian.org>
5p|sgmlpre.1		|E	|Taketoshi Sano <sano@debian.org>
y|sk98lin.4		|	|linux@syskonnect.de
1n|slapo-ppolicy.5	|X	|OpenLDAP-devel@OpenLDAP.org
y|slapd.8		|	|OpenLDAP-devel@OpenLDAP.org
1n|slapdn.8,slapacl.8,slapadd.8	|u	|OpenLDAP-devel@OpenLDAP.org
1n|slapd.conf.5,slapo-auditlog.5	|Lu	|OpenLDAP-devel@OpenLDAP.org
1n|smartctl.8		|z	|smartmontools-support@lists.sourceforge.net
y|smartd.8,smartctl.8,smartd.conf.5|	|smartmontools-support@lists.sourceforge.net
1n|snmp_api.3,snmp_sess_api.3|o	|net-snmp-coders@lists.sourceforge.net
y|snmpvacm.1		|	|net-snmp-coders@lists.sourceforge.net
y|snmpd.conf.5		|	|net-snmp-coders@lists.sourceforge.net
y|snmp.conf.5		|	|net-snmp-coders@lists.sourceforge.net
b|sntp.1		|C	|
1n|solterm.1		|C	|dariusd@users.sourceforge.net
1p|sox.1,libst.3	|Wu	|chris@cnpbagwell.com
p|spax.1		|	|schilling@fokus.fraunhofer.de
n|spufs.2		|f	|mtk-manpages@gmx.net
y|squid_ldap_auth.8,squid_ldap_group.8	|	|squid-bugs@squid-cache.org
y|ssh-keyscan.1	|	|brad@openbsd.org
3p|sshd_config.5,ssh_config.5	|q	|brad@openbsd.org
1n|states.1		|hJ	|mtr@iki.fi
4n|stationlist.xml.5	|XR	|batchall@mordor.ch
1n|system-config-httpd.1	|8	|pknirsch@redhat.com
1n|system-config-netboot.8	|8	|harald@redhat.com
1n|system-config-services.8	|84	|nphilipp@redhat.com
4n|tvtime.xml.5		|X	|vektor@dumbterm.net
1n|synclient.1		|4	|xorg@lists.freedesktop.org
6n|sysklogd.8		|X	|greg@wind.enjellic.com
6n|sz.1			|g8	|Uwe Ohse <uwe@ohse.de>
b|t1libconfig.8		|U	|dhd@debian.org
y|tar.1			|	|vapier@gentoo.org
3n|tc-pbfifo.8		|T	|ahu@ds9a.nl, uznet@ms2.inr.ac.ru
1n|tcpd.8		|8	|wietse@porcupine.org
1n|terminfo.5		|x	|
y|texdoctk.1		|	|bunk@fs.tum.de, ruedas@geophysik.uni-frankfurt.de
1n|tidy.1		|Wm	|tidy-develop@lists.sourceforge.net,html-tidy@w3.org
1n|timidity.1		|L	|breeze.nagano@nifty.ne.jp, mo@goice.co.jp
y|timidity.cfg.5	|	|breeze.nagano@nifty.ne.jp, mo@goice.co.jp
y|Tk_Uid.3		|	|tcl-core@lists.sourceforge.net
5n|transfig.1x		|XU	|bvsmith@lbl.gov
1n|tree.1		|J	|Steve Baker <ice@mama.indstate.edu>
6n|tsclient.1		|W	|Miguel de Icaza <miguel@gnu.org>
bn|ttcp.1		|XD	|
6n|tune2fs.8		|C	|tytso@thunk.org
1n|tzfile.5		|u	|mtk-manpages@gmx.net
y|udevd.8,udevsend.8	|	|Kay Sievers <kay.sievers@vrfy.org>
1n|units.1		|o	|adrian@cam.cornell.edu
1n|unzip.1,unzipsfx.1	|J	|roelofs@pobox.com
y|uuencode.1		|	|bug-gnu-utils@gnu.org
4n|vacuumdb.1		|C	|pgsql-docs@postgresql.org
6n|vgsplit.8		|C	|lvm-devel@lists.sistina.com
1n|vgchange.8		|8u	|lvm-devel@lists.sistina.com
6n|vorbiscomment.1	|C	|Christopher L Cheney <ccheney@debian.org>
y|vsftpd.conf.5		|	|chris@scary.beasts.org
1n|wall.1		|J	|miquels@cistron.nl
1n|webalizer.1		|8	|brad@mrunix.net
5r|wget.1		|s	|mtortonesi@ing.unife.it
1n|whereis.1		|L	|bunk@stusta.de
bn|which.1		|u	|
1n|wvdial.1		|X	|wvdial-list@nit.ca
1n|xcscope.1		|ouL	|broeker@users.sourceforge.net
b|xdvi.1,oxdvi.1	|L	|
1n|XAllocWMHints.3x	|1	|xorg@lists.freedesktop.org
1n|Xaw.3x		|J8u	|xorg@lists.freedesktop.org
1n|XcmsColor.3x		|u8	|xorg@lists.freedesktop.org
1p|XDrawArc.3x|8o	|xorg@lists.freedesktop.org
1n|XQueryColor.3x	|8o|xorg@lists.freedesktop.org
1n|XLoadFont.3x		|Ju	|xorg@lists.freedesktop.org
1n|XrmGetFileDatabase.3x	|u	|xorg@lists.freedesktop.org
1n|XrmUniqueQuark.3x	|u	|xorg@lists.freedesktop.org
1p|XvSelectVideoNotify.3x|A	|xorg@lists.freedesktop.org
1n|XmArrowButton.3,XmScrollBar.3,XmArrowButtonGadget.3,XmBulletinBoard.3,XmCascadeButton.3,XmCascadeButtonGadget.3,XmClipboard.3,XmComboBox.3,XmCommand.3,XmDesktop.3,XmDialogShell.3,XmDialogShellExt.3,XmDisplay.3,XmDragContext.3,XmDragIcon.3,XmDragOverShell.3,XmDrawingArea.3,XmDrawnButton.3,XmDropSiteManager.3,XmDropTransfer.3,XmFileSelectionBox.3,XmForm.3,XmFrame.3,XmGadget.3,XmGrabShell.3,XmIconGadget.3,XmSelectionBox.3,XmSeparator.3,XmSeparatorGadget.3,XmSpinBox.3,XmString.3,XmTearOffButton.3,XmText.3,XmTextField.3,XmToggleButton.3,XmToggleButtonGadget.3,XmVendorShell.3,XmWorld.3,XmFrame.3,XmLabel.3,XmLabelGadget.3,XmList.3,XmMainWindow.3,XmManager.3,XmMenuShell.3,XmMessageBox.3,XmPanedWindow.3,XmPrimitive.3,XmProtocol.3,XmPushButton.3,XmPushButtonGadget.3,XmRowColumn.3,XmSash.3,XmScale.3,XmScreen.3,XmScrolledWindow.3,Object.3,Rect.3,OverrideShell.3,LessTifInternals.3,Composite.3,Constraint.3,Core.3,TopLevelShell.3,TransientShell.3,UnNamedObj.3,VendorShell.3,WmShell.3,VirtualBindings.5,Shell.3|2	|lesstif-discuss@lists.sourceforge.net
1n|Xnest.1x			|J	|xorg@lists.freedesktop.org
1n|XGrabDeviceKey.3x,XIfEvent.3x|X	|xorg@lists.freedesktop.org
1p|XListInputDevices.3x		|V	|xorg@lists.freedesktop.org
1n|XML::DOM-ecmascript.3pm|W	|perl-documentation@perl.org
4n|XML::DOM::Element.3pm|n	|perl-documentation@perl.org
4n|XML::Parser::Style::Objects.3pm|W	|perl-documentation@perl.org,coopercc@netheaven.com
4n|XML::Parser::Style::Tree.3pm|W	|perl-documentation@perl.org,coopercc@netheaven.com
4n|XML::Parser::Style::Subs.3pm|W	|perl-documentation@perl.org,coopercc@netheaven.com
1n|x11perf.1x,x11perfcomp.1x|8	|xorg@lists.freedesktop.org
1p|xdpr.1x		|X5	|xorg@lists.freedesktop.org
1n|xfd.1x		|u	|xorg@lists.freedesktop.org
y|xfs_bmap.8,xfs_check.8|	|linux-xfs@oss.sgi.com
6n|xinetd.conf.5	|@Lu	|bbraun@synack.net
1n|xkbevd.1x		|J	|xorg@lists.freedesktop.org
1p|xfontsel.1x,xlsfonts.1x	|8	|xorg@lists.freedesktop.org
1n|Xmark.1x		|8	|xorg@lists.freedesktop.org
1n|xminicom.1		|W	|miquels@cistron.nl
y|xml_pp.1		|	|Michel Rodriguez <mirod@xmltwig.com>
y|xml_spellcheck.1	|	|Michel Rodriguez <mirod@xmltwig.com>
1n|xmlto.1		|A	|tim@cyberelk.net
1p|xrdb.1x		|g	|xorg@lists.freedesktop.org
n|xclipboard.1x		|u	|xorg@lists.freedesktop.org
1n|xterm.1		|u8	|xorg@lists.freedesktop.org
1n|xtrap.1x		|X4a	|xorg@lists.freedesktop.org
1n|XQueryExtension.3x	|X	|xorg@lists.freedesktop.org
1n|xscreensaver-text.1	|X	|jwz@jwz.org
1n|Xserver.1x		|8m	|xorg@lists.freedesktop.org
1p|xset.1x		|C	|xorg@lists.freedesktop.org
y|xsltproc.1		|	|xslt@gnome.org
1n|ypcat.1		|R	|kukuk@suse.de
1n|ypmatch.1,ypwhich.1	|R	|kukuk@suse.de
bn|zone2ldap.1		|W	|
1n|zshcompctl.1,zshcontrib.1|L	|zsh-workers@sunsite.dk
1n|zshmodules.1		|nt	|zsh-workers@sunsite.dk
