diff options
author | wanderer <wanderer@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2005-07-31 07:14:41 +0000 |
---|---|---|
committer | wanderer <wanderer@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2005-07-31 07:14:41 +0000 |
commit | 884f6121d1894024a358869f75cc9518c4c93675 (patch) | |
tree | ca81762e2a93b360a008695f5334389599d33b76 /DOCS | |
parent | 84ec57750883208b7ef49d31373eca82bcd345fc (diff) |
grammar and possible clarity fix on -cache-seek-min
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16154 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS')
-rw-r--r-- | DOCS/man/en/mplayer.1 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/DOCS/man/en/mplayer.1 b/DOCS/man/en/mplayer.1 index efff1147ce..b9f2db92f9 100644 --- a/DOCS/man/en/mplayer.1 +++ b/DOCS/man/en/mplayer.1 @@ -819,9 +819,9 @@ of the total. . .TP .B \-cache-seek-min <percentage> (not yet implemented) -If seek is to be done and it is within seek-min range, MPlayer will wait -cache to be filled to this position rather than performing an stream seek. -(default:50) +If a seek is to be made to a position within <percentage> of the cache size +from the current position, MPlayer will wait for the cache to be filled to +this position rather than performing a stream seek (default: 50). . .TP .B \-cdda <option1:option2> (CDDA only) |