# HG changeset patch # User jonas # Date 1037491227 0 # Node ID e741609ec32a17c9228ca3ac2c03b63e99fe751b # Parent d2b0129dea5dd206845e9af2f337e298312321e0 allow 64 window diff -r d2b0129dea5d -r e741609ec32a DOCS/mplayer.1 --- a/DOCS/mplayer.1 Sat Nov 16 22:27:26 2002 +0000 +++ b/DOCS/mplayer.1 Sun Nov 17 00:00:27 2002 +0000 @@ -77,8 +77,8 @@ .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 @@ .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 @@ .IPs mul= 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 (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 @@ .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= User specified quality for specific parts (pass\ 1/\:2). diff -r d2b0129dea5d -r e741609ec32a DOCS/tech/manpage.txt --- a/DOCS/tech/manpage.txt Sat Nov 16 22:27:26 2002 +0000 +++ b/DOCS/tech/manpage.txt Sun Nov 17 00:00:27 2002 +0000 @@ -45,7 +45,7 @@ - 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