Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 10 Feb 2020 18:47:58 +0000 (UTC)
From:      Sergio Carlavilla Delgado <carlavilla@FreeBSD.org>
To:        doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org
Subject:   svn commit: r53886 - head/en_US.ISO8859-1/books/handbook/advanced-networking
Message-ID:  <202002101847.01AIlwek017536@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@gmail.com
  Patch by:	wjsmyth@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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202002101847.01AIlwek017536>