svn commit: r44371 - head/en_US.ISO8859-1/books/handbook/kernelconfig
Warren Block
wblock at FreeBSD.org
Fri Mar 28 03:25:13 UTC 2014
Author: wblock
Date: Fri Mar 28 03:25:12 2014
New Revision: 44371
URL: http://svnweb.freebsd.org/changeset/doc/44371
Log:
Recover lost <replaceable> tags.
Modified:
head/en_US.ISO8859-1/books/handbook/kernelconfig/chapter.xml
Modified: head/en_US.ISO8859-1/books/handbook/kernelconfig/chapter.xml
==============================================================================
--- head/en_US.ISO8859-1/books/handbook/kernelconfig/chapter.xml Fri Mar 28 03:20:19 2014 (r44370)
+++ head/en_US.ISO8859-1/books/handbook/kernelconfig/chapter.xml Fri Mar 28 03:25:12 2014 (r44371)
@@ -271,10 +271,10 @@ ath_hal(4) - Atheros Hardw
the <filename>GENERIC</filename> configuration file for the
<literal>amd64</literal> architecture:</para>
- <screen>&prompt.root; <userinput>cd /usr/src/sys/amd64/conf</userinput>
-&prompt.root; <userinput>cp GENERIC MYKERNEL</userinput></screen>
+ <screen>&prompt.root; <userinput>cd /usr/src/sys/<replaceable>amd64</replaceable>/conf</userinput>
+&prompt.root; <userinput>cp GENERIC <replaceable>MYKERNEL</replaceable></userinput></screen>
- <para>The configuration file <filename>MYKERNEL</filename> can now
+ <para>The configuration file <filename><replaceable>MYKERNEL</replaceable></filename> can now
be customized with any ASCII text editor. The default editor is
<application>vi</application>, though an easier editor for
beginners, called <application>ee</application>, is also
@@ -374,7 +374,7 @@ This is outdated and specific to one arc
<para>This is the identification of the kernel. Change
this to the new kernel name, such as
- <literal>MYKERNEL</literal>.
+ <literal><replaceable>MYKERNEL</replaceable></literal>.
The value in the <literal>ident</literal> string will
print when the kernel boots.</para>
@@ -1289,7 +1289,7 @@ device fwe # Ethernet
loader. This can be accessed when the system boot menu
appears by selecting the <quote>Escape to a loader
prompt</quote> option. At the prompt, type
- <command>boot kernel.old</command>, or the name of any
+ <command>boot <replaceable>kernel.old</replaceable></command>, or the name of any
other kernel that is known to boot properly.</para>
<para>After booting with a good kernel, check over the
@@ -1310,8 +1310,8 @@ device fwe # Ethernet
As soon as possible, move the working kernel by renaming
the directory containing the good kernel:</para>
- <screen>&prompt.root; <userinput>mv /boot/kernel /boot/kernel.bad</userinput>
-&prompt.root; <userinput>mv /boot/kernel.good /boot/kernel</userinput></screen>
+ <screen>&prompt.root; <userinput>mv /boot/kernel <replaceable>/boot/kernel.bad</replaceable></userinput>
+&prompt.root; <userinput>mv /boot/<replaceable>kernel.good</replaceable> /boot/kernel</userinput></screen>
</note>
</listitem>
</varlistentry>
More information about the svn-doc-head
mailing list