mirror of
https://github.com/mpv-player/mpv
synced 2025-04-11 04:01:31 +00:00
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
|
.\" This man page was/is done by Gabucino, Diego Biurrun, Jonas Jermann
|
||||||
.\"
|
.\"
|
||||||
.\" Run this to get a HTML version of the man page:
|
.\" 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:
|
.\" Run this to get a text version of the man page:
|
||||||
.\" groff -m man -Tascii mplayer.1 | col -bx > manpage.txt
|
.\" 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.
|
- groff: Groff is the "official" tool to convert man pages.
|
||||||
To get good results you need a recent version (1.18.2).
|
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
|
groff -rLL=64n -m man -Tascii mplayer.1 | col -bx > manpage.txt
|
||||||
The groff man page lists other output formats to use with -T.
|
The groff man page lists other output formats to use with -T.
|
||||||
- man2html: You can view it through a CGI script:
|
- man2html: You can view it through a CGI script:
|
||||||
|
Loading…
Reference in New Issue
Block a user