diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2008-09-07 06:55:36 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2008-09-07 06:55:36 +0000 |
commit | addea4c8fc77497c3bc91d267029fd3c6d5aef00 (patch) | |
tree | 39fff37d686a5aadde4368caba3f9af9def4f826 | |
parent | c30e86c10063298c3e0f8ec1a58fe93548fe6210 (diff) |
(oops, forgot to grep for "ifconfig -M/m")
-Mm now unsupported, use "media" without args;
-rw-r--r-- | share/man/man4/de.4 | 8 | ||||
-rw-r--r-- | share/man/man4/ec.4 | 8 | ||||
-rw-r--r-- | share/man/man4/eg.4 | 8 | ||||
-rw-r--r-- | share/man/man4/el.4 | 8 | ||||
-rw-r--r-- | share/man/man4/ep.4 | 8 | ||||
-rw-r--r-- | share/man/man4/lii.4 | 8 | ||||
-rw-r--r-- | share/man/man4/man4.i386/ie.4 | 8 | ||||
-rw-r--r-- | share/man/man4/msk.4 | 8 | ||||
-rw-r--r-- | share/man/man4/sk.4 | 8 | ||||
-rw-r--r-- | share/man/man4/xl.4 | 8 |
10 files changed, 40 insertions, 40 deletions
diff --git a/share/man/man4/de.4 b/share/man/man4/de.4 index 4ae97d9edd8..8e734353327 100644 --- a/share/man/man4/de.4 +++ b/share/man/man4/de.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: de.4,v 1.21 2008/02/12 19:00:58 brad Exp $ +.\" $OpenBSD: de.4,v 1.22 2008/09/07 06:55:34 jmc Exp $ .\" .\" Copyright (c) 1997 David E. O'Brien .\" @@ -24,7 +24,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: February 12 2008 $ +.Dd $Mdocdate: September 7 2008 $ .Dt DE 4 .Os .Sh NAME @@ -84,9 +84,9 @@ Set full duplex operation for UTP port. For more information on configuring this device, see .Xr ifconfig 8 . To view a list of media types and options supported by your card try -.Ic ifconfig -m <device> . +.Ic ifconfig <device> media . For example, -.Ic ifconfig -m de0 . +.Ic ifconfig de0 media . .Pp Note that the media types available depend on the particular card in use. Some cards are explicitly programmed to a particular media type by a diff --git a/share/man/man4/ec.4 b/share/man/man4/ec.4 index 368e2895223..cbf64271ea9 100644 --- a/share/man/man4/ec.4 +++ b/share/man/man4/ec.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ec.4,v 1.19 2008/06/26 05:42:06 ray Exp $ +.\" $OpenBSD: ec.4,v 1.20 2008/09/07 06:55:34 jmc Exp $ .\" $NetBSD: ec.4,v 1.4 1998/08/09 00:39:02 thorpej Exp $ .\" .\" Copyright (c) 1997 The NetBSD Foundation, Inc. @@ -29,7 +29,7 @@ .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE .\" POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: June 26 2008 $ +.Dd $Mdocdate: September 7 2008 $ .Dt EC 4 .Os .Sh NAME @@ -60,9 +60,9 @@ Set BNC (10base2/thin-net) or UTP operation. For more information on configuring this device, see .Xr ifconfig 8 . To view a list of media types and options supported by your card try -.Dq ifconfig -m <device> . +.Dq ifconfig <device> media . For example, -.Dq ifconfig -m ec0 . +.Dq ifconfig ec0 media . .Sh DIAGNOSTICS .Bl -diag .It "ec0: wildcarded IRQ is not allowed" diff --git a/share/man/man4/eg.4 b/share/man/man4/eg.4 index 6cd144bbf99..545be4e5d1d 100644 --- a/share/man/man4/eg.4 +++ b/share/man/man4/eg.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: eg.4,v 1.8 2008/06/26 05:42:06 ray Exp $ +.\" $OpenBSD: eg.4,v 1.9 2008/09/07 06:55:34 jmc Exp $ .\" $NetBSD: ec.4,v 1.4 1998/08/09 00:39:02 thorpej Exp $ .\" .\" Copyright (c) 1997 The NetBSD Foundation, Inc. @@ -29,7 +29,7 @@ .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE .\" POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: June 26 2008 $ +.Dd $Mdocdate: September 7 2008 $ .Dt EG 4 .Os .Sh NAME @@ -45,9 +45,9 @@ device driver supports 3Com EtherLink Plus (3c505) Ethernet cards. For more information on configuring this device, see .Xr ifconfig 8 . To view a list of media types and options supported by your card try -.Dq ifconfig -m <device> . +.Dq ifconfig <device> media . For example, -.Dq ifconfig -m eg0 . +.Dq ifconfig eg0 media . .Sh DIAGNOSTICS .Bl -diag .It "eg%d: device timeout" diff --git a/share/man/man4/el.4 b/share/man/man4/el.4 index d7add6c1f83..cf54a360b81 100644 --- a/share/man/man4/el.4 +++ b/share/man/man4/el.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: el.4,v 1.8 2008/06/26 05:42:06 ray Exp $ +.\" $OpenBSD: el.4,v 1.9 2008/09/07 06:55:34 jmc Exp $ .\" $NetBSD: ec.4,v 1.4 1998/08/09 00:39:02 thorpej Exp $ .\" .\" Copyright (c) 1997 The NetBSD Foundation, Inc. @@ -29,7 +29,7 @@ .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE .\" POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: June 26 2008 $ +.Dd $Mdocdate: September 7 2008 $ .Dt EL 4 .Os .Sh NAME @@ -45,9 +45,9 @@ device driver supports 3Com EtherLink (3C501) Ethernet cards. For more information on configuring this device, see .Xr ifconfig 8 . To view a list of media types and options supported by your card try -.Dq ifconfig -m <device> . +.Dq ifconfig <device> media . For example, -.Dq ifconfig -m el0 . +.Dq ifconfig el0 media . .Sh DIAGNOSTICS .Bl -diag .It "el%d: device timeout" diff --git a/share/man/man4/ep.4 b/share/man/man4/ep.4 index a41e9a2cf06..ef47cab29fe 100644 --- a/share/man/man4/ep.4 +++ b/share/man/man4/ep.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ep.4,v 1.33 2007/05/31 19:19:50 jmc Exp $ +.\" $OpenBSD: ep.4,v 1.34 2008/09/07 06:55:34 jmc Exp $ .\" .\" Copyright (c) 1994 Herb Peyerl .\" All rights reserved. @@ -28,7 +28,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: May 31 2007 $ +.Dd $Mdocdate: September 7 2008 $ .Dt EP 4 .Os .Sh NAME @@ -103,9 +103,9 @@ adapter. For more information on configuring this device, see .Xr ifconfig 8 . To view a list of media types and options supported by your card try -.Dq ifconfig -m <device> . +.Dq ifconfig <device> media . For example, -.Dq ifconfig -m ep0 . +.Dq ifconfig ep0 media . .Pp If more than one of the supported cards is installed, they are probed for in the following order: diff --git a/share/man/man4/lii.4 b/share/man/man4/lii.4 index bc54c23e2c1..459a7199d83 100644 --- a/share/man/man4/lii.4 +++ b/share/man/man4/lii.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: lii.4,v 1.5 2008/01/05 07:29:56 brad Exp $ +.\" $OpenBSD: lii.4,v 1.6 2008/09/07 06:55:34 jmc Exp $ .\" .\" Copyright (c) 1997, 1998, 1999 .\" Bill Paul <wpaul@ctr.columbia.edu>. All rights reserved. @@ -30,7 +30,7 @@ .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF .\" THE POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: January 5 2008 $ +.Dd $Mdocdate: September 7 2008 $ .Dt LII 4 .Os .Sh NAME @@ -89,9 +89,9 @@ Force half duplex operation. 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 -m <device> . +.Ic ifconfig <device> media . For example, -.Ic ifconfig -m lii0 . +.Ic ifconfig lii0 media . .Sh SEE ALSO .Xr arp 4 , .Xr ifmedia 4 , diff --git a/share/man/man4/man4.i386/ie.4 b/share/man/man4/man4.i386/ie.4 index 740a43759b3..996bb530515 100644 --- a/share/man/man4/man4.i386/ie.4 +++ b/share/man/man4/man4.i386/ie.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ie.4,v 1.15 2007/05/31 19:19:55 jmc Exp $ +.\" $OpenBSD: ie.4,v 1.16 2008/09/07 06:55:35 jmc Exp $ .\" .\" Copyright (c) 1994 James A. Jegers .\" All rights reserved. @@ -22,7 +22,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: May 31 2007 $ +.Dd $Mdocdate: September 7 2008 $ .Dt IE 4 i386 .Os .Sh NAME @@ -48,9 +48,9 @@ This includes the following network adapters: For more information on configuring this device, see .Xr ifconfig 8 . To view a list of media types and options supported by your card try -.Dq ifconfig -m <device> . +.Dq ifconfig <device> media . For example, -.Dq ifconfig -m ie0 . +.Dq ifconfig ie0 media . .Sh SEE ALSO .Xr arp 4 , .Xr ifmedia 4 , diff --git a/share/man/man4/msk.4 b/share/man/man4/msk.4 index 6cb29d8867b..a0452d09630 100644 --- a/share/man/man4/msk.4 +++ b/share/man/man4/msk.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: msk.4,v 1.9 2007/10/02 17:01:04 brad Exp $ +.\" $OpenBSD: msk.4,v 1.10 2008/09/07 06:55:34 jmc Exp $ .\" .\" Copyright (c) 1997, 1998, 1999 .\" Bill Paul <wpaul@ctr.columbia.edu>. All rights reserved. @@ -32,7 +32,7 @@ .\" .\" $FreeBSD: src/share/man/man4/man4.i386/sk.4,v 1.3 1999/08/28 00:20:29 peter Exp $ .\" -.Dd $Mdocdate: October 2 2007 $ +.Dd $Mdocdate: September 7 2008 $ .Dt MSK 4 .Os .Sh NAME @@ -155,9 +155,9 @@ Force half duplex operation. 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 -m <device> . +.Ic ifconfig <device> media . For example, -.Ic ifconfig -m msk0 . +.Ic ifconfig msk0 media . .Sh SEE ALSO .Xr arp 4 , .Xr eephy 4 , diff --git a/share/man/man4/sk.4 b/share/man/man4/sk.4 index 9afc380c6e6..2e418535cda 100644 --- a/share/man/man4/sk.4 +++ b/share/man/man4/sk.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: sk.4,v 1.56 2008/08/31 09:40:56 jsg Exp $ +.\" $OpenBSD: sk.4,v 1.57 2008/09/07 06:55:34 jmc Exp $ .\" .\" Copyright (c) 1997, 1998, 1999 .\" Bill Paul <wpaul@ctr.columbia.edu>. All rights reserved. @@ -32,7 +32,7 @@ .\" .\" $FreeBSD: src/share/man/man4/man4.i386/sk.4,v 1.3 1999/08/28 00:20:29 peter Exp $ .\" -.Dd $Mdocdate: August 31 2008 $ +.Dd $Mdocdate: September 7 2008 $ .Dt SK 4 .Os .Sh NAME @@ -179,9 +179,9 @@ Force half duplex operation. 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 -m <device> . +.Ic ifconfig <device> media . For example, -.Ic ifconfig -m sk0 . +.Ic ifconfig sk0 media . .Sh SEE ALSO .Xr arp 4 , .Xr brgphy 4 , diff --git a/share/man/man4/xl.4 b/share/man/man4/xl.4 index 05ccf70d8c9..d4c1201387f 100644 --- a/share/man/man4/xl.4 +++ b/share/man/man4/xl.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: xl.4,v 1.41 2007/05/31 19:19:53 jmc Exp $ +.\" $OpenBSD: xl.4,v 1.42 2008/09/07 06:55:34 jmc Exp $ .\" .\" Copyright (c) 1997, 1998 .\" Bill Paul <wpaul@ctr.columbia.edu>. All rights reserved. @@ -32,7 +32,7 @@ .\" .\" $FreeBSD: xl.4,v 1.1 1998/08/16 17:19:58 wpaul Exp $ .\" -.Dd $Mdocdate: May 31 2007 $ +.Dd $Mdocdate: September 7 2008 $ .Dt XL 4 .Os .Sh NAME @@ -134,9 +134,9 @@ Set 10base2 (thin-net) operation (half-duplex only). For more information on configuring this device, see .Xr ifconfig 8 . To view a list of media types and options supported by this card try -.Ic ifconfig -m <device> . +.Ic ifconfig <device> media . For example, -.Ic ifconfig -m xl0 . +.Ic ifconfig xl0 media . .Sh DIAGNOSTICS .Bl -diag .It "xl%d: couldn't map memory" |