Date: Sun, 16 Mar 2014 21:43:21 +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: r44247 - head/en_US.ISO8859-1/books/handbook/boot Message-ID: <201403162143.s2GLhLtD081268@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: wblock Date: Sun Mar 16 21:43:20 2014 New Revision: 44247 URL: http://svnweb.freebsd.org/changeset/doc/44247 Log: Restore lost <replaceable> tags. Modified: head/en_US.ISO8859-1/books/handbook/boot/chapter.xml Modified: head/en_US.ISO8859-1/books/handbook/boot/chapter.xml ============================================================================== --- head/en_US.ISO8859-1/books/handbook/boot/chapter.xml Sun Mar 16 21:19:22 2014 (r44246) +++ head/en_US.ISO8859-1/books/handbook/boot/chapter.xml Sun Mar 16 21:43:20 2014 (r44247) @@ -200,7 +200,7 @@ Default: F2</screen> existing <acronym>MBR</acronym> with the &os; <acronym>MBR</acronym>, use the following command:</para> - <screen>&prompt.root; <userinput>fdisk -B -b /boot/boot0 device</userinput></screen> + <screen>&prompt.root; <userinput>fdisk -B -b /boot/boot0 <replaceable>device</replaceable></userinput></screen> <para>where <replaceable>device</replaceable> is the boot disk, such as <filename>ad0</filename> for the first @@ -284,7 +284,7 @@ boot:</screen> <filename>boot1</filename> and <filename>boot2</filename>:</para> - <screen>&prompt.root; <userinput>bsdlabel -B diskslice</userinput></screen> + <screen>&prompt.root; <userinput>bsdlabel -B <replaceable>diskslice</replaceable></userinput></screen> <para>where <replaceable>diskslice</replaceable> is the disk and slice to boot from, such as <filename>ad0s1</filename> @@ -368,8 +368,8 @@ boot:</screen> <varlistentry> <term>boot - <optional>-options</optional> - <optional>kernelname</optional></term> + <optional><replaceable>-options</replaceable></optional> + <optional><replaceable>kernelname</replaceable></optional></term> <listitem> <para>Immediately proceeds to boot the kernel, with any @@ -395,7 +395,7 @@ boot:</screen> <varlistentry> <term>help - <optional>topic</optional></term> + <optional><replaceable>topic</replaceable></optional></term> <listitem> <para>Shows help messages read from @@ -418,7 +418,7 @@ boot:</screen> <varlistentry> <term>load <optional>-t - type</optional> + <replaceable>type</replaceable></optional> <replaceable>filename</replaceable></term> <listitem> @@ -431,7 +431,7 @@ boot:</screen> <varlistentry> <term>ls <optional>-l</optional> - <optional>path</optional></term> + <optional><replaceable>path</replaceable></optional></term> <listitem> <para>Displays a listing of files in the given path, or @@ -518,7 +518,7 @@ boot:</screen> load the previous or another kernel:</para> <screen><userinput>unload</userinput> -<userinput>load kernel.old</userinput></screen> +<userinput>load <replaceable>kernel.old</replaceable></userinput></screen> <para>Use <filename>kernel.GENERIC</filename> to refer to the default kernel that comes with an installation, or @@ -533,7 +533,7 @@ boot:</screen> another kernel:</para> <screen><userinput>unload</userinput> -<userinput>set kernel="kernel.old"</userinput> +<userinput>set kernel="<replaceable>kernel.old</replaceable>"</userinput> <userinput>boot-conf</userinput></screen></note> </listitem> @@ -541,7 +541,7 @@ boot:</screen> <para>To load an automated kernel configuration script:</para> - <screen><userinput>load -t userconfig_script /boot/kernel.conf</userinput></screen> + <screen><userinput>load -t userconfig_script <replaceable>/boot/kernel.conf</replaceable></userinput></screen> </listitem> </itemizedlist> </sect3> @@ -652,7 +652,7 @@ bitmap_load="YES" bitmap_name="<replaceable>/boot/splash.bmp</replaceable>"</programlisting> <para>This example assumes that - <filename>/boot/splash.bmp</filename> + <filename><replaceable>/boot/splash.bmp</replaceable></filename> is used for the splash screen. To use a <acronym>PCX</acronym> file, use the following statements, plus the <literal>vesa_load="YES"</literal> line, @@ -675,9 +675,9 @@ bitmap_name="<replaceable>/boot/splash.b <quote>splash</quote> as shown in the above example. It can be anything as long as it is one of the supported types such as, - <filename>splash_640x400.bmp</filename> + <filename><replaceable>splash_640x400</replaceable>.bmp</filename> or - <filename>bluewave.pcx</filename>.</para> + <filename><replaceable>bluewave</replaceable>.pcx</filename>.</para> <para>Other interesting <filename>loader.conf</filename> options include:</para> @@ -838,11 +838,11 @@ bitmap_name="<replaceable>/boot/splash.b <quote>#</quote> as comment markers. Lines are constructed as follows:</para> - <screen><userinput>hint.driver.unit.keyword="value"</userinput></screen> + <screen><userinput>hint.driver.unit.keyword="<replaceable>value</replaceable>"</userinput></screen> <para>The syntax for the Stage 3 boot loader is:</para> - <screen><userinput>set hint.driver.unit.keyword=value</userinput></screen> + <screen><userinput>set hint.driver.unit.keyword=<replaceable>value</replaceable></userinput></screen> <para>where <literal>driver</literal> is the device driver name, <literal>unit</literal> is the device driver unit number, and
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201403162143.s2GLhLtD081268>