ADEMAN2HTML(1) ADEMAN2HTML(1) NAME ademan2html - convert man page sources to HTML SYNOPSIS ademan2html [ -V | --version ] [ -v | --verbose | -d level | --debug=level ] [ -h | --help ] [ -p | --list-paths ] DESCRIPTION This manual page documents version ADE_APP_TOKEN_RELEASE_ID of ademan2html. Ademan2html reads man page sources (see man(7)) and converts then to HTML. It uses nroff(1) to convert from man page source to a formatted plaintext that uses CTRL-H-based escape sequences for bold and italic. Ademan2html then converts this to HTML. CONFIGURATION None. OPTIONS -d level, --debug=level Determines how verbose ademan2html will be. The message types displayed for the different values of level are as follows: 0 internal errors only 1 internal errors and normal errors 2 internal errors, normal errors and warn- ings 3 internal errors, normal errors, warnings and informational messages >3 all the above plus application-specific debug messages. -h, --help Displays a brief usage message. -p, --list-paths List the compiled-in paths of various files and directories that ademan2html uses. -v, --verbose Equivalent to -d 3. -V, --version Print the program's version number and exit. EXIT STATUS On success ademan2html returns zero. On failure it returns non-zero and displays a diagnostic message. FILES None. ENVIRONMENT VARIABLES PATH Used to locate nroff(1)). EXAMPLES zcat /usr/share/man/man1/ls.1.gz | ../bin/ademan2html > ~/public_html/ls.html SEE ALSO nroff(1), man(1), man(7) AUTHOR ADE_APP_TOKEN_AUTHOR_NAME <ADE_APP_TOKEN_AUTHOR_EMAIL> COPYRIGHT & DISTRIBUTION POLICY Copyright (C) 2004-ADE_APP_TOKEN_RELEASE_YEAR ADE_APP_TOKEN_AUTHOR_NAME This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MER- CHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. 28 Apr 2004 ADEMAN2HTML(1)