From b7d0ff1b4bd18989d3039277c8616cab330868c7 Mon Sep 17 00:00:00 2001 From: trhodes Date: Fri, 7 Oct 2005 02:32:16 +0000 Subject: Work around an apparent mdoc(7) bug. Spotted by: marius Discussed with: ru --- share/man/man4/vlan.4 | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) (limited to 'share/man/man4/vlan.4') diff --git a/share/man/man4/vlan.4 b/share/man/man4/vlan.4 index 3e6b093..0189b06 100644 --- a/share/man/man4/vlan.4 +++ b/share/man/man4/vlan.4 @@ -32,18 +32,16 @@ .Nm vlan .Nd "IEEE 802.1Q VLAN network interface" .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 vlan" .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_vlan_load="YES" -- cgit v1.1