diff options
author | Mark Kettenis <kettenis@cvs.openbsd.org> | 2006-12-18 22:21:00 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@cvs.openbsd.org> | 2006-12-18 22:21:00 +0000 |
commit | 4419e53b8632186534a04a80b0d3a2e3bbba122e (patch) | |
tree | 5c894668c78dfc928d1f08cec97538dfe0262b41 /share/man | |
parent | 9d76ab792fdbce8d80be22940e6e729a839b5b60 (diff) |
Remove lies about link0 flag.
Diffstat (limited to 'share/man')
-rw-r--r-- | share/man/man4/msk.4 | 23 |
1 files changed, 1 insertions, 22 deletions
diff --git a/share/man/man4/msk.4 b/share/man/man4/msk.4 index 3c4e21ac818..8be7bf8c48f 100644 --- a/share/man/man4/msk.4 +++ b/share/man/man4/msk.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: msk.4,v 1.1 2006/12/12 23:54:44 pedro Exp $ +.\" $OpenBSD: msk.4,v 1.2 2006/12/18 22:20:59 kettenis Exp $ .\" .\" Copyright (c) 1997, 1998, 1999 .\" Bill Paul <wpaul@ctr.columbia.edu>. All rights reserved. @@ -140,27 +140,6 @@ Force full duplex operation. Force half duplex operation. .El .Pp -The -.Nm -driver also supports one special link option for 1000baseT cards: -.Bl -tag -width link0 -.It Cm link0 -With 1000baseT cards, establishing a link between two ports requires -that one port be configured as a master and the other a slave. -With autonegotiation, -the master/slave settings will be chosen automatically. -However when manually selecting the link state, it is necessary to -force one side of the link to be a master and the other a slave. -The -.Nm -driver configures the ports as slaves by default. -Setting the -.Cm link0 -flag with -.Xr ifconfig 8 -will set a port as a master instead. -.El -.Pp 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 |