mirror of https://github.com/mpv-player/mpv
Default indentation is 4 now.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10228 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
181859a3cf
commit
5bf80a32bd
|
@ -2,7 +2,7 @@
|
|||
.\" This man page was/is done by Gabucino, Diego Biurrun, Jonas Jermann
|
||||
.\"
|
||||
.\" Run this to get a HTML version of the man page:
|
||||
.\" cat mplayer.1 | sed s/SS\ 20/SS\ 4/ | groff -man -Thtml - > manpage.html
|
||||
.\" groff -man -Thtml mplayer.1 > manpage.html
|
||||
.\" Run this to get a text version of the man page:
|
||||
.\" groff -m man -Tascii mplayer.1 | col -bx > 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:
|
||||
|
|
Loading…
Reference in New Issue