summaryrefslogtreecommitdiffstats
path: root/DOCS/tech
diff options
context:
space:
mode:
authorjonas <jonas@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-11-17 00:00:27 +0000
committerjonas <jonas@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-11-17 00:00:27 +0000
commita53786f6c5d5bf1ed02f0d6b5299f5712e7ffa29 (patch)
tree6d9cf3af78b37d4c30b0a427150e3254b598df8c /DOCS/tech
parent28314cc1bd1d64f47da83cb76c5cccb0154d1d6c (diff)
downloadmpv-a53786f6c5d5bf1ed02f0d6b5299f5712e7ffa29.tar.bz2
mpv-a53786f6c5d5bf1ed02f0d6b5299f5712e7ffa29.tar.xz
allow 64 window
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8218 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS/tech')
-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 61e7acbbc6..053a4ae509 100644
--- a/DOCS/tech/manpage.txt
+++ b/DOCS/tech/manpage.txt
@@ -45,7 +45,7 @@ A setting of 4 looks readable IMHO. Here's an overview again:
- groff: Groff is the "official" tool to convert man pages afaik.
To get good results you really need a recent version (1.18.2)
cat mplayer.1 | sed s/SS\ 20/SS\ 4/ | groff -man -Thtml - > manpage.html
- groff -m man -Tascii mplayer.1 | col -bx > manpage.txt
+ groff -rLL=64n -m man -Tascii mplayer.1 | col -bx > manpage.txt
Check -T for other output formats.
- man2html: You can view it over your cgi script:
http://localhost/cgi-bin/man2html?mplayer