summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authorreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-11-13 21:06:00 +0000
committerreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-11-13 21:06:00 +0000
commit0ac1f9a34928d3b6b40576ba7ebce9926502d445 (patch)
tree1cc56dc7fbddeea12011f20892f8753953e8c18c /DOCS
parent066eb0828ced203549150d6179f63b5c797627eb (diff)
downloadmpv-0ac1f9a34928d3b6b40576ba7ebce9926502d445.tar.bz2
mpv-0ac1f9a34928d3b6b40576ba7ebce9926502d445.tar.xz
Missing : in -vf expand ar example
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20900 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/man/en/mplayer.12
1 files changed, 1 insertions, 1 deletions
diff --git a/DOCS/man/en/mplayer.1 b/DOCS/man/en/mplayer.1
index 70f0cc4264..4d02574634 100644
--- a/DOCS/man/en/mplayer.1
+++ b/DOCS/man/en/mplayer.1
@@ -5006,7 +5006,7 @@ Expands to fit an aspect instead of a resolution (default: 0).
.I EXAMPLE:
.PD 0
.RSs
-.IP expand=800::::4/3
+.IP expand=800:::::4/3
Expands to 800x600, unless the source is higher resolution, in which
case it expands to fill a 4/3 aspect.
.RE