aboutsummaryrefslogtreecommitdiffstats
path: root/chapter07/bootscripts.xml
diff options
context:
space:
mode:
authorManuel Canales Esparcia <manuel@linuxfromscratch.org>2004-06-19 16:54:58 +0000
committerManuel Canales Esparcia <manuel@linuxfromscratch.org>2004-06-19 16:54:58 +0000
commitf67f5cfed55cb2ac26f29d16ad1f099461e7cf98 (patch)
treecdb61a57a3414232a71d7bdc81779c9fd0364604 /chapter07/bootscripts.xml
parent8ad79807a3c97e18a90319c9b91018b0be2bbb3c (diff)
Tags corrections
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3813 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter07/bootscripts.xml')
-rw-r--r--chapter07/bootscripts.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/chapter07/bootscripts.xml b/chapter07/bootscripts.xml
index 89f3c4f6e..3c5f547c8 100644
--- a/chapter07/bootscripts.xml
+++ b/chapter07/bootscripts.xml
@@ -63,8 +63,8 @@ and network based file systems).</para>
<listitem>
<indexterm zone="ch-scripts-bootscripts cleanfs-bootscripts"><primary sortas="d-cleanfs">cleanfs</primary></indexterm>
<para>removes files that shouldn't be
-preserved between reboots, such as those in <filename>/var/run/</filename> and
-<filename>/var/lock/</filename>. It re-creates <filename>/var/run/utmp</filename>
+preserved between reboots, such as those in <filename class="directory">/var/run/</filename> and
+<filename class="directory">/var/lock/</filename>. It re-creates <filename>/var/run/utmp</filename>
and removes the possibly present <filename>/etc/nologin</filename>,
<filename>/fastboot</filename> and <filename>/forcefsck</filename> files.</para>
</listitem>
@@ -125,7 +125,7 @@ aren't marked <emphasis>noauto</emphasis> or aren't network based.</para>
<term><command>mountkernfs</command></term>
<listitem>
<indexterm zone="ch-scripts-bootscripts mountkernfs-bootscripts"><primary sortas="d-mountkernfs">mountkernfs</primary></indexterm>
-<para>is used to mount kernel-provided file systems, such as /proc.</para>
+<para>is used to mount kernel-provided file systems, such as <systemitem class="filesystem">proc</systemitem>.</para>
</listitem>
</varlistentry>