diff options
Diffstat (limited to 'share/man/man4/tl.4')
-rw-r--r-- | share/man/man4/tl.4 | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/share/man/man4/tl.4 b/share/man/man4/tl.4 index 1b556bccf9d13..3dd4cbabc97b0 100644 --- a/share/man/man4/tl.4 +++ b/share/man/man4/tl.4 @@ -37,18 +37,16 @@ .Nm tl .Nd "Texas Instruments ThunderLAN Ethernet device driver" .Sh SYNOPSIS -To compile support for the -.Nm -driver into your kernel, place the following lines in your +To compile this driver into the kernel, +place the following lines in your kernel configuration file: .Bd -ragged -offset indent .Cd "device miibus" .Cd "device tl" .Ed .Pp -Alternatively, to load the -.Nm -driver at boot time, place the following line in +Alternatively, to load the driver as a +module at boot time, place the following line in .Xr loader.conf 5 : .Bd -literal -offset indent if_tl_load="YES" |