svn commit: r53886 - head/en_US.ISO8859-1/books/handbook/advanced-networking
Sergio Carlavilla Delgado <[email protected]>
| Newsgroups | gmane.os.freebsd.devel.cvs.doc |
|---|---|
| Message-ID | <[email protected]> |
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: [email protected] Patch by: [email protected] 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> _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/svn-doc-all To unsubscribe, send any mail to "[email protected]"