aboutsummaryrefslogtreecommitdiff
path: root/en_US.ISO8859-1/books/handbook
diff options
context:
space:
mode:
authorWarren Block <wblock@FreeBSD.org>2014-03-16 21:43:20 +0000
committerWarren Block <wblock@FreeBSD.org>2014-03-16 21:43:20 +0000
commit8a916043017bce0aeef87cc85bca700ba5ff1c73 (patch)
treef2dc233f408a90f43aa1a02be6cddfe90bd241cd /en_US.ISO8859-1/books/handbook
parent66b4f93ae62fe9f48d85aa789558ac2b43afd61d (diff)
downloaddoc-8a916043017bce0aeef87cc85bca700ba5ff1c73.tar.gz
doc-8a916043017bce0aeef87cc85bca700ba5ff1c73.zip
Restore lost <replaceable> tags.
Notes
Notes: svn path=/head/; revision=44247
Diffstat (limited to 'en_US.ISO8859-1/books/handbook')
-rw-r--r--en_US.ISO8859-1/books/handbook/boot/chapter.xml30
1 files changed, 15 insertions, 15 deletions
diff --git a/en_US.ISO8859-1/books/handbook/boot/chapter.xml b/en_US.ISO8859-1/books/handbook/boot/chapter.xml
index f606398158..7caf77da8e 100644
--- a/en_US.ISO8859-1/books/handbook/boot/chapter.xml
+++ b/en_US.ISO8859-1/books/handbook/boot/chapter.xml
@@ -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.bin</replaceable>"</programlisting>
<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.bin</replaceable>"</programlisting>
<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