svn commit: r48727 - head/de_DE.ISO8859-1/books/handbook/advanced-networking

Bjoern Heidotting <[email protected]>
Newsgroups gmane.os.freebsd.devel.cvs.doc
Message-ID <[email protected]>
Author: bhd
Date: Sun Apr 24 10:02:59 2016
New Revision: 48727
URL: https://svnweb.freebsd.org/changeset/doc/48727

Log:
  Update to r45698:
  
  Pad out the section on tethering, and clarify which device is likely to
  be needed for iPhones/iPads, Android devices, and older devices.
  
  Change the "kldload" examples to use "if_foo" rather than "foo" as only
  the former works on 9.x.

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

Modified: head/de_DE.ISO8859-1/books/handbook/advanced-networking/chapter.xml
==============================================================================
--- head/de_DE.ISO8859-1/books/handbook/advanced-networking/chapter.xml	Sun Apr 24 09:48:07 2016	(r48726)
+++ head/de_DE.ISO8859-1/books/handbook/advanced-networking/chapter.xml	Sun Apr 24 10:02:59 2016	(r48727)
@@ -5,7 +5,7 @@
 
      $FreeBSD$
      $FreeBSDde:$
-     basiert auf: r45373
+     basiert auf: r45698
 -->
 <chapter xmlns="http://docbook.org/ns/docbook"
   xmlns:xlink="http://www.w3.org/1999/xlink" version="5.0"
@@ -2434,15 +2434,31 @@ freebsdap       00:11:95:c3:0d:ac    1  
       Datenverbindung über USB (oft "Tethering" genannt) zu
       teilen.  Diese Funktion verwendet entweder das
       <acronym>RNDIS</acronym>-, <acronym>CDC</acronym>- oder ein
-      <trademark
-	class="registered">iPhone</trademark>-Protokoll.</para>
+      &apple; &iphone;/&ipad;-Protokoll.</para>
+
+    <itemizedlist>
+      <listitem>
+	<para>&android;-Geräte benutzen in der Regel den
+	  &man.urndis.4;-Treiber.</para>
+      </listitem>
+
+      <listitem>
+	<para>&apple;-Geräte benutzen den
+	  &man.ipheth.4;-Treiber.</para>
+      </listitem>
+
+      <listitem>
+	<para>Ältere Geräte benutzen oft den
+	  &man.cdce.4;-Treiber.</para>
+      </listitem>
+    </itemizedlist>
 
     <para>Bevor Sie ein Gerät anschließen, laden Sie den
       entsprechenden Treiber in den Kernel:</para>
 
     <screen>&prompt.root; <userinput>kldload if_urndis</userinput>
-&prompt.root; <userinput>kldload cdce</userinput>
-&prompt.root; <userinput>kldload ipheth</userinput></screen>
+&prompt.root; <userinput>kldload if_cdce</userinput>
+&prompt.root; <userinput>kldload if_ipheth</userinput></screen>
 
     <para>Sobald das Gerät angeschlossen ist, steht es
       unter <literal>ue</literal><replaceable>0</replaceable>

_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/svn-doc-all
To unsubscribe, send any mail to "[email protected]"
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.