summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2004-08-25 16:47:32 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2004-08-25 16:47:32 +0000
commit5e83673afd08304fb85a3a8165d61c881bddbd95 (patch)
tree9fb20fd13106f14e85a18fb6e1c867032f8ad435 /DOCS
parent28ced008bc82a02a4f32404e5d26faeaff02f20d (diff)
downloadmpv-5e83673afd08304fb85a3a8165d61c881bddbd95.tar.bz2
mpv-5e83673afd08304fb85a3a8165d61c881bddbd95.tar.xz
Apparently the latin1 groff device gives better results than ascii.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13141 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/tech/manpage.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/DOCS/tech/manpage.txt b/DOCS/tech/manpage.txt
index 40d66c35ae..f666e005f5 100644
--- a/DOCS/tech/manpage.txt
+++ b/DOCS/tech/manpage.txt
@@ -56,7 +56,7 @@ 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 -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: