Whitespace only patch to fix issues found with igor.

Translators can ignore this change

Approved by:	bcr
This commit is contained in:
Eitan Adler 2012-02-08 14:45:10 +00:00
parent 3bef00cf84
commit f752d22170
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=38417
2 changed files with 716 additions and 706 deletions

View file

@ -654,10 +654,11 @@ boot:</screen>
<sect4 id="boot-splash-enable">
<title>Enabling the Splash Screen Function</title>
<para>The splash screen (<filename>.bmp</filename>) or
(<filename>.pcx</filename>) file has to be placed on the
root partition, for example in the <filename
class="directory">/boot</filename> directory.</para>
<para>The splash screen (<filename>.bmp</filename>,
<filename>.pcx</filename>, or <filename>.bin</filename>)
file has to be placed on the root partition, for example
in the <filename class="directory">/boot</filename>
directory.</para>
<para>For default boot display resolution (256-color, 320 by
200 pixels, or less), edit
@ -689,13 +690,20 @@ bitmap_name="<replaceable>/boot/splash.bmp</replaceable>"</programlisting>
bitmap_load="YES"
bitmap_name="<replaceable>/boot/splash.pcx</replaceable>"</programlisting>
<para>The file name is not restricted to
<quote>splash</quote> as shown in the above example. It
can be anything as long as it has type of
<acronym>BMP</acronym> or <acronym>PCX</acronym>, such as
<para>In version 8.3 another option is to use ascii art in
<ulink url="https://en.wikipedia.org/wiki/TheDraw">TheDraw</ulink>
format.</para>
<programlisting>splash_txt="YES"
bitmap_load="YES"
bitmap_name="<replaceable>/boot/splash.bin</replaceable>"</programlisting>
<para>The file name is not restricted to <quote>splash</quote>
as shown in the above example. It can be anything as long
as it is one of the above types such as,
<filename><replaceable>splash_640x400</replaceable>.bmp</filename>
or
<filename><replaceable>blue_wave</replaceable>.pcx</filename>.</para>
<filename><replaceable>bluewave</replaceable>.pcx</filename>.</para>
<para>Some other interesting
<filename>loader.conf</filename> options:</para>

View file

@ -69,8 +69,10 @@
<para>Before reading this chapter, you should:</para>
<itemizedlist>
<listitem><para>Know how to install additional third-party
software (<xref linkend="ports">).</para></listitem>
<listitem>
<para>Know how to install additional third-party
software (<xref linkend="ports">).</para>
</listitem>
</itemizedlist>
</sect1>
@ -840,8 +842,7 @@ EndSection</programlisting>
graphical login manager like <application>XDM</application>).
A third way is to use the new
<filename>/usr/local/etc/fonts/local.conf</filename> file: see the
section on <link linkend="antialias">anti-aliasing</link>.
</para>
section on <link linkend="antialias">anti-aliasing</link>.</para>
</sect2>
<sect2 id="truetype">
@ -1070,10 +1071,12 @@ EndSection</programlisting>
&lt;/match&gt;
</programlisting>
<note><para>Depending on the sort of display,
<note>
<para>Depending on the sort of display,
<literal>rgb</literal> may need to be changed to <literal>bgr</literal>,
<literal>vrgb</literal> or <literal>vbgr</literal>: experiment and
see which works best.</para></note>
see which works best.</para>
</note>
</sect2>
</sect1>
@ -1347,8 +1350,7 @@ DisplayManager.requestPort: 0</screen>
available for X on FreeBSD. A <quote>desktop environment</quote>
can mean anything ranging from a simple window manager to a
complete suite of desktop applications, such as
<application>KDE</application> or <application>GNOME</application>.
</para>
<application>KDE</application> or <application>GNOME</application>.</para>
<sect2 id="x11-wm-gnome">
<title>GNOME</title>