diff options
author | 2001-04-20 16:06:25 +0000 | |
---|---|---|
committer | 2001-04-20 16:06:25 +0000 | |
commit | 18478bd40f5cba5d8bb9f95ddfe4f8fbe300c8bd (patch) | |
tree | bc9cad6fe82f2bb97d06e10bcb1583055d5e1e50 | |
parent | remove old information from ssh-1.2.12 (diff) | |
download | wireguard-openbsd-18478bd40f5cba5d8bb9f95ddfe4f8fbe300c8bd.tar.xz wireguard-openbsd-18478bd40f5cba5d8bb9f95ddfe4f8fbe300c8bd.zip |
10/100 not supported in the MAC on the current models
-rw-r--r-- | share/man/man4/sk.4 | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/share/man/man4/sk.4 b/share/man/man4/sk.4 index d95b024a940..cf12168d30c 100644 --- a/share/man/man4/sk.4 +++ b/share/man/man4/sk.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: sk.4,v 1.10 2001/04/20 02:16:31 deraadt Exp $ +.\" $OpenBSD: sk.4,v 1.11 2001/04/20 16:06:25 deraadt Exp $ .\" .\" Copyright (c) 1997, 1998, 1999 .\" Bill Paul <wpaul@ctr.columbia.edu>. All rights reserved. @@ -105,14 +105,6 @@ Set 1000Mbps (Gigabit Ethernet) operation on fiber and force full-duplex mode. Set 1000Mbps (Gigabit Ethernet) operation on fiber and force full-duplex mode. .It Cm media No 1000baseT Cm mediaopt Set 1000Mbps (Gigabit Ethernet) operation and force full-duplex mode. -.It Cm media No 100baseTX Cm mediaopt No full-duplex -Set 100Mbps (Fast Ethernet) operation and force full-duplex mode. -.It Cm media No 100baseTX Cm mediaopt No half-duplex -Set 100Mbps (Fast Ethernet) operation and force half-duplex mode. -.It Cm media No 10baseT Cm mediaopt No full-duplex -Set 10baseT (UTP) operation and force full-duplex mode. -.It Cm media No 10baseT Cm mediaopt No half-duplex -Set 10baseT (UTP) operation and force half-duplex mode. .El .Pp For more information on configuring this device, see |