diff options
author | Manuel Canales Esparcia <manuel@linuxfromscratch.org> | 2004-06-19 13:39:28 +0000 |
---|---|---|
committer | Manuel Canales Esparcia <manuel@linuxfromscratch.org> | 2004-06-19 13:39:28 +0000 |
commit | 8ad79807a3c97e18a90319c9b91018b0be2bbb3c (patch) | |
tree | 2c81e99ccc07955e04e833dd91650e7a3385cbe5 /chapter06/util-linux.xml | |
parent | ef57e3bcf1a7fb7eda2717fc2334fe599da01888 (diff) |
Tags corrections
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3812 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/util-linux.xml')
-rw-r--r-- | chapter06/util-linux.xml | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/chapter06/util-linux.xml b/chapter06/util-linux.xml index fbd42374a..f7d4ff10f 100644 --- a/chapter06/util-linux.xml +++ b/chapter06/util-linux.xml @@ -30,8 +30,8 @@ Diffutils, GCC, Gettext, Glibc, Grep, Make, Ncurses, Sed, Zlib</seg></seglistite <sect2 role="installation"> <title>FHS compliance notes</title> -<para>The FHS recommends that we use <filename>/var/lib/hwclock</filename>, -instead of the usual <filename>/etc</filename>, as the location for the +<para>The FHS recommends that we use <filename class="directory">/var/lib/hwclock</filename>, +instead of the usual <filename class="directory">/etc</filename>, as the location for the <filename>adjtime</filename> file. To make the <command>hwclock</command> program FHS-compliant, run the following:</para> @@ -60,14 +60,14 @@ by applying the following patch:</para> <variablelist> <varlistentry> -<term><userinput>HAVE_KILL=yes</userinput></term> +<term><parameter>HAVE_KILL=yes</parameter></term> <listitem><para>This prevents the <command>kill</command> program (already installed by Procps) from being built and installed again.</para></listitem> </varlistentry> <varlistentry> -<term><userinput>HAVE_SLN=yes</userinput></term> +<term><parameter>HAVE_SLN=yes</parameter></term> <listitem><para>This prevents the <command>sln</command> program (a statically linked <command>ln</command> already installed by Glibc) from being built and @@ -103,7 +103,7 @@ whereis and write</seg></seglistitem> <listitem> <indexterm zone="ch-system-util-linux agetty"><primary sortas="b-agetty">agetty</primary></indexterm> <para>opens a tty port, prompts for a login name, -and then invokes the login program.</para> +and then invokes the <command>login</command> program.</para> </listitem> </varlistentry> @@ -344,7 +344,7 @@ Minix file system on the given device.</para> <listitem> <indexterm zone="ch-system-util-linux mcookie"><primary sortas="b-mcookie">mcookie</primary></indexterm> <para>generates magic cookies, 128-bit random hexadecimal numbers, -for xauth.</para> +for <command>xauth</command>.</para> </listitem> </varlistentry> @@ -394,7 +394,7 @@ for xauth.</para> <listitem> <indexterm zone="ch-system-util-linux more"><primary sortas="b-more">more</primary></indexterm> <para>is a filter for paging through text one -screen full at a time. But less is much better.</para> +screen full at a time. But <command>less</command> is much better.</para> </listitem> </varlistentry> |