summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2015-07-23 17:13:37 +0200
committerwm4 <wm4@nowhere>2015-07-23 17:13:37 +0200
commit5b47836082e501c2bf4f0c2dccca5241606b7a56 (patch)
tree769c064693faf513e62956b20b30ca5508248515
parentb492720c7c1a10ce8063df16b2c61f058295ec0d (diff)
downloadmpv-5b47836082e501c2bf4f0c2dccca5241606b7a56.tar.bz2
mpv-5b47836082e501c2bf4f0c2dccca5241606b7a56.tar.xz
manpage: fix typo
-rw-r--r--DOCS/man/options.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/DOCS/man/options.rst b/DOCS/man/options.rst
index 934eda40cf..b3a8e95500 100644
--- a/DOCS/man/options.rst
+++ b/DOCS/man/options.rst
@@ -3091,7 +3091,7 @@ Cache
This option allows control over this.
``--cache-backbuffer=<kBytes>``
- Size of the cache back buffer (default: 75 KB). This will add to the total
+ Size of the cache back buffer (default: 75000 KB). This will add to the total
cache size, and reserved the amount for seeking back. The reserved amount
will not be used for readahead, and instead preserves already read data to
enable fast seeking back.