diff options
Diffstat (limited to 'chapter06/procps.xml')
-rw-r--r-- | chapter06/procps.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/chapter06/procps.xml b/chapter06/procps.xml index 0815ae716..6fe443fd4 100644 --- a/chapter06/procps.xml +++ b/chapter06/procps.xml @@ -40,6 +40,11 @@ <sect2 role="installation"> <title>Installation of Procps</title> + <para>Apply a patch to prevent an error message from being displayed when + determining the kernel clock tick rate:</para> + +<screen><userinput remap="pre">patch -Np1 -i ../&procps-hz_fixes-patch;</userinput></screen> + <para>Apply a patch to fix a unicode related issue in the <command>watch</command> program:</para> |