From a53786f6c5d5bf1ed02f0d6b5299f5712e7ffa29 Mon Sep 17 00:00:00 2001 From: jonas Date: Sun, 17 Nov 2002 00:00:27 +0000 Subject: allow 64 window git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8218 b3059339-0415-0410-9bf9-f77b7e298cf2 --- DOCS/tech/manpage.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'DOCS/tech') 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 -- cgit v1.2.3