Module Name: src Committed By: dyoung Date: Thu Jul 2 18:43:47 UTC 2009
Modified Files: src/sbin/ifconfig: ifconfig.8 Log Message: Use the keyword 'MAC' so that people looking for a way to change their MAC address can find the example. To generate a diff of this commit: cvs rdiff -u -r1.97 -r1.98 src/sbin/ifconfig/ifconfig.8 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/sbin/ifconfig/ifconfig.8 diff -u src/sbin/ifconfig/ifconfig.8:1.97 src/sbin/ifconfig/ifconfig.8:1.98 --- src/sbin/ifconfig/ifconfig.8:1.97 Thu Jul 2 17:45:25 2009 +++ src/sbin/ifconfig/ifconfig.8 Thu Jul 2 18:43:47 2009 @@ -1,4 +1,4 @@ -.\" $NetBSD: ifconfig.8,v 1.97 2009/07/02 17:45:25 dyoung Exp $ +.\" $NetBSD: ifconfig.8,v 1.98 2009/07/02 18:43:47 dyoung Exp $ .\" .\" Copyright (c) 1983, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -815,7 +815,7 @@ .Pp Only the super-user may modify the configuration of a network interface. .Sh EXAMPLES -Add a link-layer address to an Ethernet: +Add a link-layer (MAC) address to an Ethernet: .Pp .Ic ifconfig sip0 link 00:11:22:33:44:55 .Pp