Replace some uses of quotation marks with SGML tags. Based on the

latest patch in the PR audit trail.

PR:		35155
Submitted by:	Priit Piipuu <priit@bsd.ee>
This commit is contained in:
Bruce A. Mah 2002-03-02 06:50:36 +00:00
parent 16d246305f
commit 18ff51d264
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=12340

View file

@ -994,7 +994,7 @@ Booting [kernel] in 9 seconds... _</screen>
<step>
<para>If there are no conflicts listed then you can skip this step.
Otherwise, the remaining conflicts need to be examined. If they
do not have the indication of an "allowed conflict" in the message
do not have the indication of an <quote>allowed conflict</quote> in the message
area, then either the IRQ/address for device probe will need to be
changed, <emphasis>or</emphasis> the IRQ/address on the hardware
will need to be changed.</para>
@ -4217,7 +4217,7 @@ when you've finished.</screen>
use a shell that does not exist or you will not be able to
login.</para>
<para>The user was also added to the group "wheel" to be able to
<para>The user was also added to the group <groupname>wheel</groupname> to be able to
become a superuser with root privileges.</para>
<para>When you are satisfied, press &gui.ok; and
@ -4514,7 +4514,7 @@ Password:</screen>
Please press any key to reboot.</screen>
<para>It is safe to turn off the power after the shutdown command
has been issued and the message "Please press any key to reboot"
has been issued and the message <quote>Please press any key to reboot</quote>
appears. If any key is pressed instead of turning off the power
switch, the system will reboot.</para>
@ -4821,7 +4821,7 @@ Please press any key to reboot.</screen>
<secondary>headless (serial console)</secondary>
</indexterm>
<indexterm><primary>serial console</primary></indexterm>
<para>This type of installation is called a "headless install",
<para>This type of installation is called a <quote>headless install</quote>,
because the machine that you are trying to install FreeBSD on
either does not have a monitor attached to it, or does not even
have a VGA output. How is this possible you ask? Using a
@ -4928,8 +4928,8 @@ Please press any key to reboot.</screen>
<para>Here is where you must set the floppy to boot into a
serial console. You have to make a file called
<filename>boot.config</filename> containing "/boot/loader
-h". All this does is pass a flag to the bootloader to
<filename>boot.config</filename> containing
<literal>/boot/loader -h</literal>. All this does is pass a flag to the bootloader to
boot into a serial console.</para>
<screen>&prompt.root; <userinput>echo "/boot/loader -h" > boot.config</userinput></screen>