From 41bab33be9d0c3d0b882de1cd2c952e51be409a0 Mon Sep 17 00:00:00 2001 From: diego Date: Sat, 18 Sep 2004 14:20:14 +0000 Subject: Use the same names as on mphq for the generated man pages. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13381 b3059339-0415-0410-9bf9-f77b7e298cf2 --- DOCS/tech/manpage.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'DOCS') diff --git a/DOCS/tech/manpage.txt b/DOCS/tech/manpage.txt index f666e005f5..903c12e464 100644 --- a/DOCS/tech/manpage.txt +++ b/DOCS/tech/manpage.txt @@ -55,8 +55,8 @@ 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 latin1 -rLL=78n mplayer.1 | col -bx > man_page.txt + groff -m man -T html mplayer.1 > mplayer.1.html + groff -m man -T latin1 -rLL=78n mplayer.1 | col -bx > mplayer.1.txt The groff man page lists other output formats to use with -T. - man2html: You can view it through a CGI script: -- cgit v1.2.3