Provided by:
kaya_0.2.7-4_i386 
NAME
xml2man - Automatic man pages for Kaya modules
SYNOPSIS
xml2man XMLFILE [DONEFILE] [LICENSEFILE]
DESCRIPTION
xml2man creates a man page for every function and data type from an
.xml file generated with the -xmldocs option of kayac(1). Pass it the
path to the XML documentation file to parse, and optionally (to ease
Makefile writing) the name of a file to create when processing is
complete. The third option allows you to specify your own author and
license information (if this is omitted, xml2man will assume that it is
generating documentation for the Kaya standard library). If you want to
specify the third option but not the second, you can of course use
/dev/null for the DONEFILE on most systems.
OBTAINING
The latest release of Kaya can be obtained from
<http://kayalang.org/download>.
Development versions can be obtained using darcs(1) from
<http://kayalang.org/darcs/>
BUGS
Please report bugs found to <kaya@kayalang.org>
LICENSE
xml2man is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License (version 2 or any
later version) as published by the Free Software Foundation.
SEE ALSO
man(1) kayac(1)