diff options
Diffstat (limited to 'chapter06/utillinux.xml')
-rw-r--r-- | chapter06/utillinux.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/chapter06/utillinux.xml b/chapter06/utillinux.xml index f167cfb80..fd543bdbb 100644 --- a/chapter06/utillinux.xml +++ b/chapter06/utillinux.xml @@ -19,7 +19,7 @@ messages.</para> <para>The FHS recommends that we use <filename>/var/lib/hwclock</filename>, instead of the usual <filename>/etc</filename>, as the location for the -<filename>adjtime</filename> file. To make the <userinput>hwclock</userinput> +<filename>adjtime</filename> file. To make the <command>hwclock</command> program FHS-compliant, run the following:</para> <screen><userinput>cp hwclock/hwclock.c{,.backup} @@ -44,12 +44,12 @@ mkdir -p /var/lib/hwclock</userinput></screen> <itemizedlist> <listitem><para><userinput>HAVE_KILL=yes</userinput>: This prevents the -<userinput>kill</userinput> program (already installed by Procps) from being +<command>kill</command> program (already installed by Procps) from being built and installed again.</para></listitem> <listitem><para><userinput>HAVE_SLN=yes</userinput>: This prevents the -<userinput>sln</userinput> program (a statically linked -<userinput>ln</userinput>, already installed by Glibc) from being built and +<command>sln</command> program (a statically linked +<command>ln</command>, already installed by Glibc) from being built and installed again.</para></listitem> </itemizedlist> |