diff options
| author | Ruslan Ermilov <ru@FreeBSD.org> | 2001-07-06 08:34:13 +0000 |
|---|---|---|
| committer | Ruslan Ermilov <ru@FreeBSD.org> | 2001-07-06 08:34:13 +0000 |
| commit | 6120025f0480a6e0ac6ead8157c8058c02f206f7 (patch) | |
| tree | 431d5b52f21082dd7a066d3f8a83de024bf79e64 | |
| parent | 98f100bac38b9e41dc4b5f6b485ca5f6d37b0791 (diff) | |
Notes
| -rw-r--r-- | share/man/man4/lge.4 | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/share/man/man4/lge.4 b/share/man/man4/lge.4 index c2632868d9b6..c7ae28cd7512 100644 --- a/share/man/man4/lge.4 +++ b/share/man/man4/lge.4 @@ -72,14 +72,15 @@ such as file transfers and data streaming. The .Nm driver supports the following media types: -.Bl -tag -width 1000baseSX +.Bl -tag -xwidth ".Cm 1000baseSX" .It Cm autoselect Enable autoselection of the media type and options. The user can manually override the autoselected mode by adding media options to .Xr rc.conf 5 . .It Cm 1000baseSX -Set 1000baseSX operation over fiber optic cable. Both +Set 1000baseSX operation over fiber optic cable. +Both .Cm full-duplex and .Cm half-duplex @@ -89,7 +90,7 @@ modes are supported. The .Nm driver supports the following media options: -.Bl -tag -width full-duplex +.Bl -tag -xwidth ".Cm full-duplex" .It Cm full-duplex Force full duplex operation. .It Cm half-duplex @@ -127,7 +128,7 @@ the network connection (cable). .Xr ifconfig 8 .Rs .%T Level 1 LXT1001 Programming Manual -.%O http://www.freebsd.org/~wpaul/Level1/LXT1001SRM.pdf +.%O http://www.FreeBSD.org/~wpaul/Level1/LXT1001SRM.pdf .Re .Sh HISTORY The |
