diff options
author | paszczi <paszczi@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2003-12-22 15:23:16 +0000 |
---|---|---|
committer | paszczi <paszczi@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2003-12-22 15:23:16 +0000 |
commit | c54390d32339b315eeaeaf0ef35f6cb6a973b11b (patch) | |
tree | c4c41068a9313a2bf0c7a6b29d200a4786bfa666 | |
parent | c7b410047064ba84a50a9487549b085cea45b0ab (diff) |
added <systemitem class=systemname> tag to /proc
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11669 b3059339-0415-0410-9bf9-f77b7e298cf2
-rw-r--r-- | DOCS/xml/en/install.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/DOCS/xml/en/install.xml b/DOCS/xml/en/install.xml index 47c7f29048..c96857d5a5 100644 --- a/DOCS/xml/en/install.xml +++ b/DOCS/xml/en/install.xml @@ -896,7 +896,8 @@ There are three timing methods in <application>MPlayer</application>. when available, but requires root privileges, a <emphasis>setuid root</emphasis> <application>MPlayer</application> binary or a properly set up kernel. If you are running kernel 2.4.19pre8 or later you can adjust the maximum RTC - frequency for normal users through the /proc filesystem. Use this command to + frequency for normal users through the <systemitem class="systemname">/proc + </systemitem> filesystem. Use this command to enable RTC for normal users: <screen>echo 1024 > /proc/sys/dev/rtc/max-user-freq</screen> If you do not have such a new kernel, you can also change one line in |