summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2016-01-14 10:34:48 +0100
committerwm4 <wm4@nowhere>2016-01-14 10:34:48 +0100
commit49690dd54bc9456c4ba65a889948fb5fe57afdf9 (patch)
tree88ac073acd0897240b58dce99c69b60af24595d0
parentc9204fe3a521654b914c91893faa709158db77ba (diff)
downloadmpv-49690dd54bc9456c4ba65a889948fb5fe57afdf9.tar.bz2
mpv-49690dd54bc9456c4ba65a889948fb5fe57afdf9.tar.xz
manpage: update win32 config path
Well, this probably depends on the exact Windows version. Fixes #2611.
-rw-r--r--DOCS/man/mpv.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/DOCS/man/mpv.rst b/DOCS/man/mpv.rst
index ba7f8ae1cb..84c5247d2f 100644
--- a/DOCS/man/mpv.rst
+++ b/DOCS/man/mpv.rst
@@ -922,7 +922,7 @@ locations are different. They are generally located under ``%APPDATA%/mpv/``.
For example, the path to mpv.conf is ``%APPDATA%/mpv/mpv.conf``, which maps to
a system and user-specific path, for example
- ``C:\users\USERNAME\Application Data\mpv\mpv.conf``
+ ``C:\users\USERNAME\AppData\Roaming\mpv\mpv.conf``
You can find the exact path by running ``echo %APPDATA%\mpv\mpv.conf`` in cmd.exe.