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 /share/man/man4/xl.4 | |
parent | c30e86c10063298c3e0f8ec1a58fe93548fe6210 (diff) |
(oops, forgot to grep for "ifconfig -M/m")
-Mm now unsupported, use "media" without args;
Diffstat (limited to 'share/man/man4/xl.4')
-rw-r--r-- | share/man/man4/xl.4 | 8 |
1 files changed, 4 insertions, 4 deletions
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" |