svn commit: r53886 - head/en_US.ISO8859-1/books/handbook/advanced-networking

Sergio Carlavilla Delgado carlavilla at FreeBSD.org
Mon Feb 10 18:47:59 UTC 2020


Author: carlavilla
Date: Mon Feb 10 18:47:58 2020
New Revision: 53886
URL: https://svnweb.freebsd.org/changeset/doc/53886

Log:
  handbook: fix example for vlan
  
  The VLAN name "Camera(s)" is plural in the ifconfig cli command
  but singular in the rc.conf example.
  
  PR:		243986
  Submitted by:	wjsmyth at gmail.com
  Patch by:	wjsmyth at gmail.com
  Approved by:	bcr@(mentor)
  Differential Revision:	https://reviews.freebsd.org/D23606

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

Modified: head/en_US.ISO8859-1/books/handbook/advanced-networking/chapter.xml
==============================================================================
--- head/en_US.ISO8859-1/books/handbook/advanced-networking/chapter.xml	Mon Feb 10 17:22:45 2020	(r53885)
+++ head/en_US.ISO8859-1/books/handbook/advanced-networking/chapter.xml	Mon Feb 10 18:47:58 2020	(r53886)
@@ -5352,9 +5352,9 @@ ifconfig_<replaceable>em0</replaceable>_<replaceable>5
   <para>To apply the changes at boot time, add the following lines to
   <filename>/etc/rc.conf</filename>:</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-head mailing list