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
This commit is contained in:
Sergio Carlavilla Delgado 2020-02-10 18:47:58 +00:00
parent 3cdedb70b2
commit 86e2e647ff
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=53886

View file

@ -5352,9 +5352,9 @@ ifconfig_<replaceable>em0</replaceable>_<replaceable>5</replaceable>="inet 192.1
<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>