diff options
author | jonas <jonas@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2002-10-14 22:42:55 +0000 |
---|---|---|
committer | jonas <jonas@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2002-10-14 22:42:55 +0000 |
commit | 0f27e7deafff2c6c4c91d2a7db590f797421cad1 (patch) | |
tree | e447adc958bdce84fafb87d51d7c0fa349db5f2b | |
parent | a0eed7c141708e52b2e2304f678b42462aa279dd (diff) |
10l
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7743 b3059339-0415-0410-9bf9-f77b7e298cf2
-rw-r--r-- | DOCS/tech/manpage.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/DOCS/tech/manpage.txt b/DOCS/tech/manpage.txt index 09d1c11adf..3fc3c4a679 100644 --- a/DOCS/tech/manpage.txt +++ b/DOCS/tech/manpage.txt @@ -52,7 +52,7 @@ A setting of 4 looks readable IMHO. Here's an overview again: The output is unuseable as the script doesn't seem to support the macro definitions. Maybe a manual change of all leads to acceptable results. - - rman: cat mplayer.1 | egrep -v "^\.PD" | rman -f html - > manpage.rman.html + - rman: rman -f html mplayer.1 > manpage.rman.html The output is ugly as rman doesn't understand many of the macros used. - troffcvt: troff2html -man mplayer.1 > manpage.tcvt.html |