diff options
author | wm4 <wm4@nowhere> | 2015-03-31 00:07:17 +0200 |
---|---|---|
committer | wm4 <wm4@nowhere> | 2015-03-31 00:09:03 +0200 |
commit | df27ef22033fbdb73053636bdee70b4fd0eaff41 (patch) | |
tree | 06b047f80310d664e596c0b1d4dfb86f36f9ee46 | |
parent | 00230fab6ae04a5e1929a8d237fc27b47d231c3d (diff) | |
download | mpv-df27ef22033fbdb73053636bdee70b4fd0eaff41.tar.bz2 mpv-df27ef22033fbdb73053636bdee70b4fd0eaff41.tar.xz |
manpage: clarify global config file location
(Stupid Unix conventions.)
-rw-r--r-- | DOCS/man/mpv.rst | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/DOCS/man/mpv.rst b/DOCS/man/mpv.rst index 74750673dd..0a993d412e 100644 --- a/DOCS/man/mpv.rst +++ b/DOCS/man/mpv.rst @@ -765,7 +765,9 @@ FILES ===== ``/usr/local/etc/mpv/mpv.conf`` - mpv system-wide settings (depends on ``--prefix`` passed to configure) + mpv system-wide settings (depends on ``--prefix`` passed to configure - mpv + in default configuration will use ``/usr/local/etc/mpv/`` as config + directory, while most Linux distributions will set it to ``/etc/mpv/``). ``~/.config/mpv/mpv.conf`` mpv user settings (see `CONFIGURATION FILES`_ section) |