Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/share/man/man4 Fix wrong proposal of ifconfig(8) usage:



details:   https://anonhg.NetBSD.org/src/rev/355b16e2a4f4
branches:  trunk
changeset: 782955:355b16e2a4f4
user:      jdf <jdf%NetBSD.org@localhost>
date:      Thu Nov 29 00:12:21 2012 +0000

description:
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.

diffstat:

 share/man/man4/ale.4 |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (21 lines):

diff -r 5a210b64f7c9 -r 355b16e2a4f4 share/man/man4/ale.4
--- a/share/man/man4/ale.4      Wed Nov 28 22:48:13 2012 +0000
+++ b/share/man/man4/ale.4      Thu Nov 29 00:12:21 2012 +0000
@@ -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 <kevlo%openbsd.org@localhost>
@@ -54,9 +54,9 @@
 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 ,



Home | Main Index | Thread Index | Old Index