Date: Mon, 8 Dec 2008 08:40:30 GMT From: Rene Ladan <rene@FreeBSD.org> To: Perforce Change Reviews <perforce@FreeBSD.org> Subject: PERFORCE change 154321 for review Message-ID: <200812080840.mB88eUnw004966@repoman.freebsd.org>
index | next in thread | raw e-mail
http://perforce.freebsd.org/chv.cgi?CH=154321 Change 154321 by rene@rene_self on 2008/12/08 08:39:55 IFC Affected files ... .. //depot/projects/docproj_nl/en_US.ISO8859-1/books/faq/book.sgml#11 integrate .. //depot/projects/docproj_nl/en_US.ISO8859-1/books/fdp-primer/book.sgml#3 integrate .. //depot/projects/docproj_nl/en_US.ISO8859-1/books/fdp-primer/overview/chapter.sgml#2 integrate .. //depot/projects/docproj_nl/en_US.ISO8859-1/books/fdp-primer/sgml-markup/chapter.sgml#3 integrate .. //depot/projects/docproj_nl/en_US.ISO8859-1/books/fdp-primer/sgml-primer/chapter.sgml#3 integrate .. //depot/projects/docproj_nl/en_US.ISO8859-1/books/fdp-primer/stylesheets/chapter.sgml#2 integrate .. //depot/projects/docproj_nl/en_US.ISO8859-1/books/fdp-primer/tools/chapter.sgml#3 integrate .. //depot/projects/docproj_nl/en_US.ISO8859-1/books/handbook/boot/chapter.sgml#3 integrate .. //depot/projects/docproj_nl/en_US.ISO8859-1/books/handbook/desktop/chapter.sgml#6 integrate .. //depot/projects/docproj_nl/nl_NL.ISO8859-1/books/handbook/desktop/chapter.sgml#11 integrate Differences ... ==== //depot/projects/docproj_nl/en_US.ISO8859-1/books/faq/book.sgml#11 (text+ko) ==== @@ -12,7 +12,7 @@ <corpauthor>The &os; Documentation Project</corpauthor> - <pubdate>$FreeBSD: doc/en_US.ISO8859-1/books/faq/book.sgml,v 1.1102 2008/10/18 08:54:27 manolis Exp $</pubdate> + <pubdate>$FreeBSD: doc/en_US.ISO8859-1/books/faq/book.sgml,v 1.1103 2008/12/07 20:44:01 pgj Exp $</pubdate> <copyright> <year>1995</year> @@ -7426,49 +7426,10 @@ </question> <answer> - <para>&os; have a feature to allow the display of - <quote>splash</quote> screens during the boot messages. The - splash screens currently must be a 256 color bitmap - (<filename>*.BMP</filename>) or ZSoft PCX - (<filename>*.PCX</filename>) file. In addition, they must - have a resolution of 320x200 or less to work on standard VGA - adapters. If you compile VESA support into your kernel, - then you can use larger bitmaps up to 1024x768. The actual - VESA support can either be compiled directly into the kernel - with the <literal>VESA</literal> kernel config option or by - loading the VESA kld module during bootup.</para> - - <para>To use a splash screen, you need to modify the startup - files that control the boot process for &os;.</para> - - <para>You need to create a - <filename>/boot/loader.rc</filename> file that contains the - following lines:</para> - - <programlisting>include /boot/loader.4th -start</programlisting> - - <para>and a <filename>/boot/loader.conf</filename> that - contains the following:</para> - - <programlisting>splash_bmp_load="YES" -bitmap_load="YES"</programlisting> - - <para>This assumes you are using - <filename>/boot/splash.bmp</filename> for your splash - screen. If you would rather use a PCX file, copy it to - <filename>/boot/splash.pcx</filename>, create a - <filename>/boot/loader.rc</filename> as instructed above, - and create a <filename>/boot/loader.conf</filename> that - contains:</para> - - <programlisting>splash_pcx_load="YES" -bitmap_load="YES" -bitmap_name="/boot/splash.pcx"</programlisting> - - <para>Now all you need is a splash screen. For that you can - surf on over to the gallery at <ulink - url="http://www.baldwin.cx/splash/"></ulink>.</para> + <para>The detailed answer for this question can be found in + the <ulink + url="&url.books.handbook;/boot-blocks.html#BOOT-SPLASH">Boot Time Splash Screens</ulink> + section of the &os; Handbook.</para> </answer> </qandaentry> ==== //depot/projects/docproj_nl/en_US.ISO8859-1/books/fdp-primer/book.sgml#3 (text+ko) ==== @@ -27,7 +27,7 @@ ANY WAY OUT OF THE USE OF THIS DOCUMENTATION, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - $FreeBSD: doc/en_US.ISO8859-1/books/fdp-primer/book.sgml,v 1.31 2008/10/02 12:14:31 pgj Exp $ + $FreeBSD: doc/en_US.ISO8859-1/books/fdp-primer/book.sgml,v 1.32 2008/12/07 22:03:48 pgj Exp $ --> <!DOCTYPE book PUBLIC "-//FreeBSD//DTD DocBook V4.1-Based Extension//EN" [ @@ -59,9 +59,9 @@ <holder role="mailto:doceng@FreeBSD.org">DocEng</holder> </copyright> - <pubdate role="rcs">$FreeBSD: doc/en_US.ISO8859-1/books/fdp-primer/book.sgml,v 1.31 2008/10/02 12:14:31 pgj Exp $</pubdate> + <pubdate role="rcs">$FreeBSD: doc/en_US.ISO8859-1/books/fdp-primer/book.sgml,v 1.32 2008/12/07 22:03:48 pgj Exp $</pubdate> - <releaseinfo>$FreeBSD: doc/en_US.ISO8859-1/books/fdp-primer/book.sgml,v 1.31 2008/10/02 12:14:31 pgj Exp $</releaseinfo> + <releaseinfo>$FreeBSD: doc/en_US.ISO8859-1/books/fdp-primer/book.sgml,v 1.32 2008/12/07 22:03:48 pgj Exp $</releaseinfo> &bookinfo.legalnotice; @@ -192,7 +192,7 @@ </sect1> <sect1 id="preface-notes"> - <title>Notes, tips, important information, warnings, and examples</title> + <title>Notes, Tips, Important Information, Warnings, and Examples</title> <para>Within the text appear notes, warnings, and examples.</para> @@ -220,7 +220,7 @@ </warning> <example> - <title>A sample example</title> + <title>A Sample Example</title> <para>Examples are represented like this, and typically contain examples you should walk through, or show you what the results of a ==== //depot/projects/docproj_nl/en_US.ISO8859-1/books/fdp-primer/overview/chapter.sgml#2 (text+ko) ==== @@ -27,7 +27,7 @@ ANY WAY OUT OF THE USE OF THIS DOCUMENTATION, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - $FreeBSD: doc/en_US.ISO8859-1/books/fdp-primer/overview/chapter.sgml,v 1.23 2005/02/20 16:46:26 simon Exp $ + $FreeBSD: doc/en_US.ISO8859-1/books/fdp-primer/overview/chapter.sgml,v 1.24 2008/12/07 22:03:48 pgj Exp $ --> <chapter id="overview"> @@ -146,7 +146,7 @@ </sect1> <sect1 id="overview-before"> - <title>Before you start</title> + <title>Before You Start</title> <para>This document assumes that you already know:</para> ==== //depot/projects/docproj_nl/en_US.ISO8859-1/books/fdp-primer/sgml-markup/chapter.sgml#3 (text+ko) ==== @@ -27,7 +27,7 @@ ANY WAY OUT OF THE USE OF THIS DOCUMENTATION, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - $FreeBSD: doc/en_US.ISO8859-1/books/fdp-primer/sgml-markup/chapter.sgml,v 1.76 2008/12/06 22:09:01 pgj Exp $ + $FreeBSD: doc/en_US.ISO8859-1/books/fdp-primer/sgml-markup/chapter.sgml,v 1.77 2008/12/07 22:03:48 pgj Exp $ --> <chapter id="sgml-markup"> @@ -172,8 +172,8 @@ Leaving gaps in the numbering is to be avoided.</para> <example> - <title>Bad ordering of - <sgmltag>h<replaceable>n</replaceable></sgmltag> elements</title> + <title>Bad Ordering of + <sgmltag>h<replaceable>n</replaceable></sgmltag> Elements</title> <para>Use:</para> @@ -2023,7 +2023,7 @@ </variablelist> <example> - <title><sgmltag>hostid</sgmltag> and roles</title> + <title><sgmltag>hostid</sgmltag> and Roles</title> <para>Use:</para> @@ -2190,8 +2190,8 @@ </sect3> <sect3> - <title>Showing items that the user <emphasis>must</emphasis> fill - in</title> + <title>Showing Items That the User <emphasis>Must</emphasis> Fill + In</title> <para>There will often be times when you want to show the user what to do, or refer to a file, or command line, or similar, where the user ==== //depot/projects/docproj_nl/en_US.ISO8859-1/books/fdp-primer/sgml-primer/chapter.sgml#3 (text+ko) ==== @@ -27,7 +27,7 @@ ANY WAY OUT OF THE USE OF THIS DOCUMENTATION, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - $FreeBSD: doc/en_US.ISO8859-1/books/fdp-primer/sgml-primer/chapter.sgml,v 1.48 2008/10/31 12:23:35 pgj Exp $ + $FreeBSD: doc/en_US.ISO8859-1/books/fdp-primer/sgml-primer/chapter.sgml,v 1.49 2008/12/07 22:03:48 pgj Exp $ --> <chapter id="sgml-primer"> @@ -157,7 +157,7 @@ </sect1> <sect1 id="sgml-primer-elements"> - <title>Elements, tags, and attributes</title> + <title>Elements, Tags, and Attributes</title> <para>All the DTDs written in SGML share certain characteristics. This is hardly surprising, as the philosophy behind SGML will inevitably show @@ -209,7 +209,7 @@ <sgmltag>/<replaceable>element-name</replaceable></sgmltag>.</para> <example> - <title>Using an element (start and end tags)</title> + <title>Using an Element (Start and End Tags)</title> <para>HTML has an element for indicating that the content enclosed by the element is a paragraph, called <sgmltag>p</sgmltag>. This @@ -228,7 +228,7 @@ the start tag is required for this element.</para> <example> - <title>Using an element (start tag only)</title> + <title>Using an Element (Start Tag Only)</title> <para>HTML has an element for indicating a horizontal rule, called <sgmltag>hr</sgmltag>. This element does not wrap content, so only @@ -248,7 +248,7 @@ on.</para> <example> - <title>Elements within elements; <sgmltag>em</sgmltag></title> + <title>Elements within Elements; <sgmltag>em</sgmltag></title> <programlisting><![ CDATA [<p>This is a simple <em>paragraph</em> where some of the <em>words</em> have been <em>emphasized</em>.</p>]]></programlisting> @@ -298,7 +298,7 @@ <literal>left</literal>.</para> <example> - <title>Using an element with an attribute</title> + <title>Using An Element with An Attribute</title> <programlisting><![ CDATA [<p align="left">The inclusion of the align attribute on this paragraph was superfluous, since the default is left.</p> @@ -313,7 +313,7 @@ the attribute value.</para> <example> - <title>Single quotes around attributes</title> + <title>Single Quotes Around Attributes</title> <programlisting><![ CDATA [<p align='right'>I am on the right!</p>]]></programlisting> </example> @@ -332,7 +332,7 @@ catalog files.</para> <sect2> - <title>For you to do…</title> + <title>For You to Do…</title> <para>In order to run the examples in this document you will need to install some software on your system and ensure that an environment @@ -356,7 +356,7 @@ <example id="sgml-primer-envars"> <title><filename>.profile</filename>, for &man.sh.1; and - &man.bash.1; users</title> + &man.bash.1; Users</title> <programlisting>SGML_ROOT=/usr/local/share/sgml SGML_CATALOG_FILES=${SGML_ROOT}/jade/catalog @@ -370,7 +370,7 @@ <example> <title><filename>.cshrc</filename>, for &man.csh.1; and - &man.tcsh.1; users</title> + &man.tcsh.1; Users</title> <programlisting>setenv SGML_ROOT /usr/local/share/sgml setenv SGML_CATALOG_FILES ${SGML_ROOT}/jade/catalog @@ -395,7 +395,7 @@ <html> <head> - <title>An example HTML file</title> + <title>An Example HTML File</title> </head> <body> @@ -526,7 +526,7 @@ </sect1> <sect1 id="sgml-primer-doctype-declaration"> - <title>The DOCTYPE declaration</title> + <title>The DOCTYPE Declaration</title> <para>The beginning of each document that you write must specify the name of the DTD that the document conforms to. This is so that SGML parsers @@ -692,7 +692,7 @@ </variablelist> <sect3> - <title><filename>catalog</filename> files</title> + <title><filename>catalog</filename> Files</title> <para>If you use the syntax above and process this document using an SGML processor, the processor will need to have some way of @@ -779,7 +779,7 @@ </sect1> <sect1 id="sgml-primer-sgml-escape"> - <title>Escaping back to SGML</title> + <title>Escaping Back to SGML</title> <para>As mentioned earlier, SGML is only used when writing a DTD. This is not strictly true. There is certain SGML syntax that you @@ -814,7 +814,7 @@ opens a comment, and the second closes it.</para> <example> - <title>SGML generic comment</title> + <title>SGML Generic Comment</title> <programlisting><!-- test comment --></programlisting> @@ -832,7 +832,7 @@ <