diff options
| author | Ruslan Ermilov <ru@FreeBSD.org> | 2001-08-08 10:16:02 +0000 |
|---|---|---|
| committer | Ruslan Ermilov <ru@FreeBSD.org> | 2001-08-08 10:16:02 +0000 |
| commit | 02955e136415a9360e8110a0850180b95ce591bf (patch) | |
| tree | 0ee0d79954961207a18b1c9fcd42cfc95b912c57 | |
| parent | 6a624f56cbbf9aa74f1a7263f29d63264a32a301 (diff) | |
Notes
| -rw-r--r-- | share/man/man4/txp.4 | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/share/man/man4/txp.4 b/share/man/man4/txp.4 index fc5497b0a5ad..a20248ef8a8f 100644 --- a/share/man/man4/txp.4 +++ b/share/man/man4/txp.4 @@ -103,7 +103,8 @@ network. When a .Nm interface is brought up, by default, it will attempt to auto-negotiate the -link speed and duplex mode. The speeds, in order of attempt, are: +link speed and duplex mode. +The speeds, in order of attempt, are: 100Mb/s Full Duplex, 100Mb/s Half Duplex, 10 Mb/s Full Duplex, and 10 Mb/s Half Duplex. .Pp @@ -113,16 +114,16 @@ supports several media types, which are selected via the .Xr ifconfig 8 command. The supported media types are: -.Bl -tag -width xxxxxxxxxxxxxx -offset indent -.It media autoselect +.Bl -tag -width indent +.It Cm media autoselect Attempt to autoselect the media type (default) -.It media 100baseTX mediaopt full-duplex +.It Cm media 100baseTX mediaopt full-duplex Use 100baseTX, full duplex -.It media 100baseTX Op mediaopt half-duplex +.It Cm media 100baseTX Op mediaopt half-duplex Use 100baseTX, half duplex -.It media 10baseT mediaopt full-duplex +.It Cm media 10baseT mediaopt full-duplex Use 10baseT, full duplex -.It media 10baseT Op mediaopt half-duplex +.It Cm media 10baseT Op Cm mediaopt half-duplex Use 10baseT, half duplex .El .Sh SEE ALSO |
