svn commit: r49138 - head/de_DE.ISO8859-1/books/handbook/boot

Bjoern Heidotting bhd at FreeBSD.org
Wed Jul 20 22:01:32 UTC 2016


Author: bhd
Date: Wed Jul 20 22:01:31 2016
New Revision: 49138
URL: https://svnweb.freebsd.org/changeset/doc/49138

Log:
  Update to r44247:
  
  Restore lost <replaceable> tags.

Modified:
  head/de_DE.ISO8859-1/books/handbook/boot/chapter.xml

Modified: head/de_DE.ISO8859-1/books/handbook/boot/chapter.xml
==============================================================================
--- head/de_DE.ISO8859-1/books/handbook/boot/chapter.xml	Wed Jul 20 21:58:22 2016	(r49137)
+++ head/de_DE.ISO8859-1/books/handbook/boot/chapter.xml	Wed Jul 20 22:01:31 2016	(r49138)
@@ -5,7 +5,7 @@
 
      $FreeBSD$
      $FreeBSDde: de-docproj/books/handbook/boot/chapter.xml,v 1.63 2012/04/22 20:05:15 bcr Exp $
-     basiert auf: r42014
+     basiert auf: r44247
 -->
 <chapter xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" version="5.0" xml:id="boot">
   <info><title>&os;s Bootvorgang</title>
@@ -405,8 +405,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>Bewirkt das sofortige Booten des Kernels mit allen
@@ -431,7 +431,7 @@ boot:</screen>
 
 	<varlistentry>
 	  <term>help
-	    <optional>Thema</optional></term>
+	    <optional><replaceable>Thema</replaceable></optional></term>
 
 	  <listitem>
 	    <para>Zeigt die Hilfe an, die zuvor aus der Datei
@@ -454,7 +454,7 @@ boot:</screen>
 	</varlistentry>
 	<varlistentry>
 	  <term>load <optional>-t
-	    Typ</optional>
+	    <replaceable>Typ</replaceable></optional>
 	    <replaceable>Dateiname</replaceable></term>
 
 	  <listitem>
@@ -466,7 +466,7 @@ boot:</screen>
 	</varlistentry>
 	<varlistentry>
 	  <term>ls <optional>-l</optional>
-	    <optional>Pfad</optional></term>
+	    <optional><replaceable>Pfad</replaceable></optional></term>
 
 	  <listitem>
 	    <para>Listet die Dateien im angegebenen Pfad auf, oder das
@@ -568,7 +568,7 @@ boot:</screen>
               einem anderen 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>
 
@@ -578,7 +578,7 @@ boot:</screen>
 	    Benutzer normalerweise von Hand an der Eingabeaufforderung
 	    durchführen würde):</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>
@@ -690,7 +690,7 @@ bitmap_load="YES"
 bitmap_name="<replaceable>/boot/splash.bmp</replaceable>"</programlisting>
 
         <para>Dieses Beispiel geht davon aus, das
-          <filename>/boot/splash.bmp</filename>
+          <filename><replaceable>/boot/splash.bmp</replaceable></filename>
           als Willkommensbildschirm verwendet wird.  Um eine
           <acronym>PCX</acronym>-Datei zu verwenden, benutzen Sie
           die folgenden Zeilen, inklusive der
@@ -871,7 +871,7 @@ bitmap_name="<replaceable>/boot/splash.b
       eine Variable.  Kommentare werden durch <literal>#</literal>
       eingeleitet.  Die verwendete Syntax lautet:</para>
 
-    <screen><userinput>hint.driver.unit.keyword="value"</userinput></screen>
+    <screen><userinput>hint.driver.unit.keyword="<replaceable>value</replaceable>"</userinput></screen>
 
     <para>Der Boot-Loader verwendet die nachstehende Syntax:</para>
 


More information about the svn-doc-all mailing list