diff options
author | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2003-05-31 22:32:02 +0000 |
---|---|---|
committer | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2003-05-31 22:32:02 +0000 |
commit | 5bf80a32bdbd64d885cfa8b564e3b0bd1fa2a68e (patch) | |
tree | f079a3ee353f53d5372bebc8ee6662199b4e4bf0 /DOCS/tech/manpage.txt | |
parent | 181859a3cfaf4704a98ede7b3cbc8ac4c54f18af (diff) |
Default indentation is 4 now.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10228 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS/tech/manpage.txt')
-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 eab04b6261..da831f4161 100644 --- a/DOCS/tech/manpage.txt +++ b/DOCS/tech/manpage.txt @@ -55,7 +55,7 @@ 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). - cat mplayer.1 | sed s/SS\ 20/SS\ 4/ | groff -man -Thtml - > manpage.html + groff -man -Thtml mplayer.1 > manpage.html groff -rLL=64n -m man -Tascii mplayer.1 | col -bx > manpage.txt The groff man page lists other output formats to use with -T. - man2html: You can view it through a CGI script: |