svn commit: r45867 - head/en_US.ISO8859-1/books/handbook/advanced-networking
Warren Block <[email protected]>
| Newsgroups | gmane.os.freebsd.devel.cvs.doc |
|---|---|
| Message-ID | <[email protected]> |
Author: wblock Date: Fri Oct 24 13:37:36 2014 New Revision: 45867 URL: https://svnweb.freebsd.org/changeset/doc/45867 Log: Correct the example for identifying a wireless card. 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 Thu Oct 23 18:08:34 2014 (r45866) +++ head/en_US.ISO8859-1/books/handbook/advanced-networking/chapter.xml Fri Oct 24 13:37:36 2014 (r45867) @@ -736,7 +736,7 @@ route_net2="-net 192.168.1.0/24 192.168. one of those models, it will be shown in the output from &man.ifconfig.8;:</para> - <screen>&prompt.user; <userinput>ifconfig | grep -A4 -i wireless</userinput></screen> + <screen>&prompt.user; <userinput>ifconfig | grep -B3 -i wireless</userinput></screen> <para>If a wireless adapter is not listed, an additional kernel module might be required, or it might be a model _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/svn-doc-all To unsubscribe, send any mail to "[email protected]"