Date: Fri, 28 Mar 2014 03:25:12 +0000 (UTC) From: Warren Block <wblock@FreeBSD.org> To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r44371 - head/en_US.ISO8859-1/books/handbook/kernelconfig Message-ID: <201403280325.s2S3PCa0041798@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201403280325.s2S3PCa0041798>