[Mplayer-cvslog] CVS: main/DOCS/tech manpage.txt,1.22,1.23
Diego Biurrun CVS
syncmail at mplayerhq.hu
Wed Aug 25 18:47:34 CEST 2004
CVS change done by Diego Biurrun CVS
Update of /cvsroot/mplayer/main/DOCS/tech
In directory mail:/var2/tmp/cvs-serv32317/DOCS/tech
Modified Files:
manpage.txt
Log Message:
Apparently the latin1 groff device gives better results than ascii.
Index: manpage.txt
===================================================================
RCS file: /cvsroot/mplayer/main/DOCS/tech/manpage.txt,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- manpage.txt 20 Jul 2004 00:31:54 -0000 1.22
+++ manpage.txt 25 Aug 2004 16:47:32 -0000 1.23
@@ -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:
More information about the MPlayer-cvslog
mailing list