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

Bjoern Heidotting bhd at FreeBSD.org
Thu Jul 2 21:16:58 UTC 2020


Author: bhd
Date: Thu Jul  2 21:16:57 2020
New Revision: 54310
URL: https://svnweb.freebsd.org/changeset/doc/54310

Log:
  Update to r53886:
  
  handbook: fix example for vlan

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	Thu Jul  2 19:24:22 2020	(r54309)
+++ head/de_DE.ISO8859-1/books/handbook/advanced-networking/chapter.xml	Thu Jul  2 21:16:57 2020	(r54310)
@@ -5,7 +5,7 @@
 
      $FreeBSD$
      $FreeBSDde:$
-     basiert auf: r53718
+     basiert auf: r53886
 -->
 <chapter xmlns="http://docbook.org/ns/docbook"
   xmlns:xlink="http://www.w3.org/1999/xlink" version="5.0"
@@ -5874,9 +5874,9 @@ ifconfig_<replaceable>em0</replaceable>_<replaceable>5
       folgenden Zeilen in <filename>/etc/rc.conf</filename>
       ein:</para>
 
-    <programlisting>vlans_<replaceable>video</replaceable>="<replaceable>camera</replaceable>"
-create_args_<replaceable>camera</replaceable>="vlan <replaceable>5</replaceable>"
-ifconfig_<replaceable>camera</replaceable>="inet <replaceable>192.168.20.20/24</replaceable>"</programlisting>
+    <programlisting>vlans_<replaceable>video</replaceable>="<replaceable>cameras</replaceable>"
+create_args_<replaceable>cameras</replaceable>="vlan <replaceable>5</replaceable>"
+ifconfig_<replaceable>cameras</replaceable>="inet <replaceable>192.168.20.20/24</replaceable>"</programlisting>
 
   </sect1>
 </chapter>


More information about the svn-doc-all mailing list