diff options
author | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2006-11-01 17:33:45 +0000 |
---|---|---|
committer | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2006-11-01 17:33:45 +0000 |
commit | a474c8fbcd67acf6bcb16b8ff3cc679f5687db12 (patch) | |
tree | 28bd15df6679a99314ab416b90000249dfc8d466 /DOCS/tech | |
parent | 2c0bf0e806e848b229d3ff7f8b5e04c030db4993 (diff) |
cosmetics: Reformat section.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20584 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS/tech')
-rw-r--r-- | DOCS/tech/manpage.txt | 47 |
1 files changed, 24 insertions, 23 deletions
diff --git a/DOCS/tech/manpage.txt b/DOCS/tech/manpage.txt index eb231ede46..a31406358c 100644 --- a/DOCS/tech/manpage.txt +++ b/DOCS/tech/manpage.txt @@ -53,29 +53,30 @@ Additionally, the SS variable should be set to either very low or very high values to produce a better groff HTML output (Due to a bug of groff2html?). A setting of 4 should look readable. Here's an overview again: - - groff: groff is the "official" tool to convert man pages. - To get good results you need a recent version (1.18.2). - groff -mman -Thtml mplayer.1 > mplayer.1.html - groff -mman -Tlatin1 -rLL=78n mplayer.1 | col -bx > mplayer.1.txt - The groff man page lists other output formats to use with -T. - - Unfortunately groff is not able to handle UTF-8 input as of - version 1.19.2. groff-utf8 is a wrapper that works around these - deficiencies: - http://www.haible.de/bruno/packages-groff-utf8.html - - - man2html: You can view it through a CGI script: - http://localhost/cgi-bin/man2html?mplayer - The output is unusable as the script doesn't seem to support - the macro definitions. Maybe manually changing all leads to - acceptable results. - - - rman: rman -f html mplayer.1 > man_page.rman.html - The output is ugly as rman doesn't understand many of the - macros used. - - - troffcvt: troff2html -man mplayer.1 > man_page.tcvt.html - The (good) output is similar to groff but simplified... + - groff: + groff is the "official" tool to convert man pages. To get good results you + need a recent version (1.18.2). + groff -mman -Thtml mplayer.1 > mplayer.1.html + groff -mman -Tlatin1 -rLL=78n mplayer.1 | col -bx > mplayer.1.txt + The groff man page lists other output formats to use with -T. + + Unfortunately groff is not able to handle UTF-8 input as of version 1.19.2. + groff-utf8 is a wrapper that works around these deficiencies: + http://www.haible.de/bruno/packages-groff-utf8.html + + - man2html: + You can view it through a CGI script: + http://localhost/cgi-bin/man2html?mplayer + The output is unusable as the script doesn't seem to support the macro + definitions. Maybe manually changing all leads to acceptable results. + + - rman: + rman -f html mplayer.1 > man_page.rman.html + The output is ugly as rman doesn't understand many of the macros used. + + - troffcvt: + troff2html -man mplayer.1 > man_page.tcvt.html + The (good) output is similar to groff but simplified... |