summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjonas <jonas@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-11-17 00:00:27 +0000
committerjonas <jonas@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-11-17 00:00:27 +0000
commita53786f6c5d5bf1ed02f0d6b5299f5712e7ffa29 (patch)
tree6d9cf3af78b37d4c30b0a427150e3254b598df8c
parent28314cc1bd1d64f47da83cb76c5cccb0154d1d6c (diff)
downloadmpv-a53786f6c5d5bf1ed02f0d6b5299f5712e7ffa29.tar.bz2
mpv-a53786f6c5d5bf1ed02f0d6b5299f5712e7ffa29.tar.xz
allow 64 window
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8218 b3059339-0415-0410-9bf9-f77b7e298cf2
-rw-r--r--DOCS/mplayer.116
-rw-r--r--DOCS/tech/manpage.txt2
2 files changed, 10 insertions, 8 deletions
diff --git a/DOCS/mplayer.1 b/DOCS/mplayer.1
index 30b1e23288..fe5d1eed86 100644
--- a/DOCS/mplayer.1
+++ b/DOCS/mplayer.1
@@ -77,8 +77,8 @@ mencoder \- Movie Encoder for Linux
.in
.B mplayer
'in +\n[.k]u
-.RI [ mms[t] | http | http_proxy | rt[s]p ] :// [user:passwd@] URL
-[:port] [options]
+.RI [ mms[t] | http | http_proxy | rt[s]p ] ://
+[user:passwd@]\fIURL\fP[:port] [options]
.br
.in
.B mencoder
@@ -292,8 +292,10 @@ Load skin from the given directory (WITHOUT path name).
.PD 0
.RSs
.IPs "\-skin fittyfene"
-tries /usr/\:local/\:share/\:mplayer/\:Skin/\:fittyfene first and
-~/.mplayer/\:Skin/\:fittyfene afterwards
+tries Skin/fittyfene.
+It first checks
+/usr/local/share/mplayer/
+and afterwards ~/.mplayer/.
.RE
.PD 1
.
@@ -1016,7 +1018,7 @@ volume (volume plugin only)
.IPs mul=<value>
stereo coefficient (default: 2.5) (extrastereo plugin only)
.IPs softclip
-compressor/\:'soft\-clipping' capabilities (volume plugin only)
+compressor / 'soft\-clipping' capabilities (volume plugin only)
.RE
.
.TP
@@ -1792,7 +1794,7 @@ Realtime MPEG1 encoder for use with DVB/\:DXR3 (libavcodec)
Realtime MPEG1 encoder for use with DVB/\:DXR3 (libfame)
.IPs dvbscale[=aspect]
Set up optimal scaling for DVB cards.
-(aspect=DVB_HEIGHT*ASPECTRATIO, default: 768)
+(aspect = DVB_HEIGHT*ASPECTRATIO, default: 768)
.IPs cropdetect[=0\-255]
Calculates necessary cropping parameters and prints the recommended parameters
to stdout.
@@ -2309,7 +2311,7 @@ lt(a,b): is 1 if a<b, 0 otherwise
.br
eq(a,b): is 1 if a==b,0 otherwise
.br
-sin,cos,tan,sinh,cosh,tanh,exp,log,abs
+sin, cos, tan, sinh, cosh, tanh, exp, log, abs
.
.IPs vrc_override=<options>
User specified quality for specific parts (pass\ 1/\:2).
diff --git a/DOCS/tech/manpage.txt b/DOCS/tech/manpage.txt
index 61e7acbbc6..053a4ae509 100644
--- a/DOCS/tech/manpage.txt
+++ b/DOCS/tech/manpage.txt
@@ -45,7 +45,7 @@ A setting of 4 looks readable IMHO. Here's an overview again:
- groff: Groff is the "official" tool to convert man pages afaik.
To get good results you really need a recent version (1.18.2)
cat mplayer.1 | sed s/SS\ 20/SS\ 4/ | groff -man -Thtml - > manpage.html
- groff -m man -Tascii mplayer.1 | col -bx > manpage.txt
+ groff -rLL=64n -m man -Tascii mplayer.1 | col -bx > manpage.txt
Check -T for other output formats.
- man2html: You can view it over your cgi script:
http://localhost/cgi-bin/man2html?mplayer