summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authorulion <ulion@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-11-21 17:15:20 +0000
committerulion <ulion@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-11-21 17:15:20 +0000
commit248c2477859f7c2e79786d7ef4b0efd8f38a7242 (patch)
tree6e9275d9bf9239b1dab327cb2a39bbc90b54f68a /DOCS
parent3ce51a62d3bfe714f367da83538d145dcd45da98 (diff)
downloadmpv-248c2477859f7c2e79786d7ef4b0efd8f38a7242.tar.bz2
mpv-248c2477859f7c2e79786d7ef4b0efd8f38a7242.tar.xz
Fix a wrong cmdline example of using -menu-chroot.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25134 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/man/en/mplayer.12
1 files changed, 1 insertions, 1 deletions
diff --git a/DOCS/man/en/mplayer.1 b/DOCS/man/en/mplayer.1
index 8bb2f4e757..38c35b6fec 100644
--- a/DOCS/man/en/mplayer.1
+++ b/DOCS/man/en/mplayer.1
@@ -926,7 +926,7 @@ Chroot the file selection menu to a specific location.
.I EXAMPLE:
.PD 0
.RSs
-.IPs "\-menu\-chroot=/home"
+.IPs "\-menu\-chroot /home"
Will restrict the file selection menu to /\:home and downward (i.e.\& no
access to / will be possible, but /home/user_name will).
.RE