changeset 13140:80cfe9d38d46

Apparently the latin1 groff device gives better results than ascii.
author diego
date Wed, 25 Aug 2004 16:47:32 +0000
parents 653df8deffc7
children 6e3458328b14
files DOCS/tech/manpage.txt
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/DOCS/tech/manpage.txt	Wed Aug 25 16:29:21 2004 +0000
+++ b/DOCS/tech/manpage.txt	Wed Aug 25 16:47:32 2004 +0000
@@ -56,7 +56,7 @@
     - groff:     Groff is the "official" tool to convert man pages.
                  To get good results you need a recent version (1.18.2).
                  groff -m man -T html mplayer.1 > man_page.html
-                 groff -m man -T ascii -rLL=78n mplayer.1 | col -bx > man_page.txt
+                 groff -m man -T latin1 -rLL=78n mplayer.1 | col -bx > man_page.txt
                  The groff man page lists other output formats to use with -T.
 
     - man2html:  You can view it through a CGI script: