diff options
author | Aaron Campbell <aaron@cvs.openbsd.org> | 1999-07-08 22:40:49 +0000 |
---|---|---|
committer | Aaron Campbell <aaron@cvs.openbsd.org> | 1999-07-08 22:40:49 +0000 |
commit | 0491e17e157c3065afddff64e3c072de826fbdb9 (patch) | |
tree | d0f2d665ac9a60ad9560396c05784f3a2d5c40cc /share | |
parent | 2fd3cd638723c894b6ab7e224f4f5112a6ada1b2 (diff) |
who cares what cards support what options... we'll just list what the *driver*
supports... unreasonable to expect us to know all the details of every card
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man4/xl.4 | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/share/man/man4/xl.4 b/share/man/man4/xl.4 index 32f11670e17..cf9b5716f25 100644 --- a/share/man/man4/xl.4 +++ b/share/man/man4/xl.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: xl.4,v 1.10 1999/07/08 18:02:22 aaron Exp $ +.\" $OpenBSD: xl.4,v 1.11 1999/07/08 22:40:48 aaron Exp $ .\" .\" Copyright (c) 1997, 1998 .\" Bill Paul <wpaul@ctr.columbia.edu>. All rights reserved. @@ -117,13 +117,12 @@ Set 10base5 (thick-net) operation (half-duplex only). Set 10base2 (thin-net) operation (half-duplex only). .El .Pp -Note that the 100baseTX media type is only available if supported by the -adapter. For more information on configuring this device, see +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> . +.Ic ifconfig -m <device> . For example, -.Dq ifconfig -m xl0 . +.Ic ifconfig -m xl0 . .Pp .Sh DIAGNOSTICS .Bl -diag |