aboutsummaryrefslogtreecommitdiff
path: root/share/man/man4/ti.4
diff options
context:
space:
mode:
authorTom Rhodes <trhodes@FreeBSD.org>2005-10-07 02:32:16 +0000
committerTom Rhodes <trhodes@FreeBSD.org>2005-10-07 02:32:16 +0000
commit16d78bb878deb14559061f5733b2439e9a3392cf (patch)
tree8caed9828662b373b7303cefbd24ab47a83ee15b /share/man/man4/ti.4
parente57df0d8db3e5f9e707b7ef22d6260d143881f7c (diff)
downloadsrc-16d78bb878deb14559061f5733b2439e9a3392cf.tar.gz
src-16d78bb878deb14559061f5733b2439e9a3392cf.zip
Work around an apparent mdoc(7) bug.
Spotted by: marius Discussed with: ru
Notes
Notes: svn path=/head/; revision=151046
Diffstat (limited to 'share/man/man4/ti.4')
-rw-r--r--share/man/man4/ti.410
1 files changed, 4 insertions, 6 deletions
diff --git a/share/man/man4/ti.4 b/share/man/man4/ti.4
index 50c49c78d8b0..ba999e237fc4 100644
--- a/share/man/man4/ti.4
+++ b/share/man/man4/ti.4
@@ -37,9 +37,8 @@
.Nm ti
.Nd "Alteon Networks Tigon I and Tigon II Gigabit Ethernet 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 ti"
@@ -47,9 +46,8 @@ kernel configuration file:
.Cd "options TI_JUMBO_HDRSPLIT"
.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_ti_load="YES"