summaryrefslogtreecommitdiffstats
path: root/DOCS/xml
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-09-23 07:30:25 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-09-23 07:30:25 +0000
commit548a2470326ee7fcd98748e67dacc2f8ae2ed73e (patch)
tree22269a463584a5dc2035772715325911363ce37b /DOCS/xml
parent7e4c30e36360ccba6c3d78af84b429f3e31eb1ab (diff)
downloadmpv-548a2470326ee7fcd98748e67dacc2f8ae2ed73e.tar.bz2
mpv-548a2470326ee7fcd98748e67dacc2f8ae2ed73e.tar.xz
wording fix suggested by the Wanderer
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16561 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS/xml')
-rw-r--r--DOCS/xml/en/mencoder.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/DOCS/xml/en/mencoder.xml b/DOCS/xml/en/mencoder.xml
index 8ead7dd5bb..9b60f0e7a3 100644
--- a/DOCS/xml/en/mencoder.xml
+++ b/DOCS/xml/en/mencoder.xml
@@ -219,8 +219,8 @@ Example:
<screen>
mencoder -of mpeg -ovc lavc -lavcopts vcodec=mpeg1video -oac copy <replaceable>other_options</replaceable> <replaceable>media.avi</replaceable> -o <replaceable>output.mpg</replaceable>
</screen>
-Creating an MPEG-1 file suitable to be played on system with minimal
-multimedia support, like default Windows installs:
+Creating an MPEG-1 file suitable to be played on systems with minimal
+multimedia support, such as default Windows installs:
<screen>
mencoder -of mpeg -mpegopts format=mpeg1:tsaf:muxrate=2000 -o \
<replaceable>x.mpg</replaceable> -oac lavc -ovc lavc \