Module Name: src
Committed By: jdf
Date: Thu Nov 29 00:12:21 UTC 2012
Modified Files:
src/share/man/man4: ale.4
Log Message:
Fix wrong proposal of ifconfig(8) usage:
ifconfig -m <device>
(which shows information) instead of
ifconfig <device> media
(which sets information). Fixes PR misc/47197.
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/share/man/man4/ale.4
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/share/man/man4/ale.4
diff -u src/share/man/man4/ale.4:1.4 src/share/man/man4/ale.4:1.5
--- src/share/man/man4/ale.4:1.4 Sun Nov 22 16:50:13 2009
+++ src/share/man/man4/ale.4 Thu Nov 29 00:12:21 2012
@@ -1,4 +1,4 @@
-.\" $NetBSD: ale.4,v 1.4 2009/11/22 16:50:13 snj Exp $
+.\" $NetBSD: ale.4,v 1.5 2012/11/29 00:12:21 jdf Exp $
.\" $OpenBSD: ale.4,v 1.2 2009/02/25 03:15:50 deraadt Exp $
.\"
.\" Copyright (c) 2009 Kevin Lo <[email protected]>
@@ -54,9 +54,9 @@ Set 1000Mbps (Gigabit Ethernet) operatio
For more information on configuring this device, see
.Xr ifconfig 8 .
To view a list of media types and options supported by the card, try
-.Ic ifconfig Ao Ic device Ac Ic media .
+.Ic ifconfig Fl m Ao Ic device Ac .
For example,
-.Ic ifconfig ale0 media .
+.Ic ifconfig Fl m Ic ale0 .
.Sh SEE ALSO
.Xr arp 4 ,
.Xr atphy 4 ,