diff options
author | ptt <ptt@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2008-01-15 23:00:50 +0000 |
---|---|---|
committer | ptt <ptt@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2008-01-15 23:00:50 +0000 |
commit | b33aab38ea1175c206a035df760daf5e7528afbe (patch) | |
tree | ac2d78e3abfea53b2175a6f72855d55faaf473c4 | |
parent | 2e42d3533c8a1be48214351826244c879acd3320 (diff) | |
download | mpv-b33aab38ea1175c206a035df760daf5e7528afbe.tar.bz2 mpv-b33aab38ea1175c206a035df760daf5e7528afbe.tar.xz |
added missing "&"
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25763 b3059339-0415-0410-9bf9-f77b7e298cf2
-rw-r--r-- | DOCS/man/en/mplayer.1 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/DOCS/man/en/mplayer.1 b/DOCS/man/en/mplayer.1 index 786c510566..450aa4dd58 100644 --- a/DOCS/man/en/mplayer.1 +++ b/DOCS/man/en/mplayer.1 @@ -863,11 +863,11 @@ Leads to image distortion! .TP .B \-heartbeat\-cmd Command that is executed every 30 seconds during playback via system() - -i.e. using the shell. +i.e.\& using the shell. .sp 1 .I NOTE: MPlayer uses this command without any checking, it is your responsibility -to ensure it does not cause security problems (e.g. make sure to use full +to ensure it does not cause security problems (e.g.\& make sure to use full paths if "." is in your path like on Windows). .sp 1 This can be "misused" to disable screensavers that do not support the proper |