Differences between version 2 and previous revision of man2html.
Other diffs: Previous Major Revision, Previous Author, or view the Annotated Edit History
Newer page: | version 2 | Last edited on Saturday, February 7, 2004 6:13:30 pm | by CraigBox | Revert |
Older page: | version 1 | Last edited on Saturday, February 7, 2004 3:24:05 pm | by DrewBroadley | Revert |
@@ -1,51 +1,36 @@
-!!!MAN2HTML
-NAME
-SYNOPSIS
-DESCRIPTION
-OPTIONS
-AUTHOR
-----
!!NAME
-
man2html - Manpage to [HTML] Converter
-!!SYNOPSIS
-
-
-__man2wiki__
!!DESCRIPTION
+__man2html__ is a [Perl] program to convert formatted nroff output to [HTML].
-__man2wiki__ is a [Perl] program to convert formatted nroff output to [HTML].
-translator.
!!OPTIONS
+Usage: $PROG [[ options ] < infile > outfile
-Usage: $PROG [[ options ] < infile > outfile
Options:
-
-bare : Do not put in HTML, HEAD, BODY tags
-
-belem <elem> : HTML Element for overstriked text (def: "B")
-
-botm <#> : Number of lines for bottom margin (def: 7)
-
-cgiurl <url> : URL for linking to other manpages
-
-cgiurlexp <url> : Perl expression URL for linking to other manpages
-
-compress : Compress consective blank lines
-
-headmap <file> : Filename of user section head map file
-
-help : This message
-
-k : Process a keyword search result
-
-leftm <#> : Character width of left margin (def: )
-
-nodepage : Do not remove pagination lines
-
-noheads : Turn off section head detection
-
-pgsize <#> : Number of lines in a page (def: 66)
-
-seealso : Link to other manpages only in the SEE ALSO section
-
-solaris : Process keyword search result in Solaris format
-
-sun : Section heads are not overstriked in input
-
-title <string> : Title of manpage (def: Not defined)
-
-topm <#> : Number of lines for top margin (def: 7)
-
-uelem <elem> : HTML Element for underlined text (def: "I")
+;
-bare : Do not put in HTML, HEAD, BODY tags
+;
-belem <elem> : HTML Element for overstriked text (def: "B")
+;
-botm <#> : Number of lines for bottom margin (def: 7)
+;
-cgiurl <url> : URL for linking to other manpages
+;
-cgiurlexp <url> : Perl expression URL for linking to other manpages
+;
-compress : Compress consective blank lines
+;
-headmap <file> : Filename of user section head map file
+;
-help : This message
+;
-k : Process a keyword search result
+;
-leftm <#> : Character width of left margin (def: )
+;
-nodepage : Do not remove pagination lines
+;
-noheads : Turn off section head detection
+;
-pgsize <#> : Number of lines in a page (def: 66)
+;
-seealso : Link to other manpages only in the SEE ALSO section
+;
-solaris : Process keyword search result in Solaris format
+;
-sun : Section heads are not overstriked in input
+;
-title <string> : Title of manpage (def: Not defined)
+;
-topm <#> : Number of lines for top margin (def: 7)
+;
-uelem <elem> : HTML Element for underlined text (def: "I")
!!AUTHOR
-
Earl Hood, ehood@medusa.acs.uci.edu
-----