diff options
author | trhodes <trhodes@FreeBSD.org> | 2005-07-19 00:26:30 +0000 |
---|---|---|
committer | trhodes <trhodes@FreeBSD.org> | 2005-07-19 00:26:30 +0000 |
commit | 17d84e4e129c5a613e4d4250ad3acab7cf6c320a (patch) | |
tree | a54fba91d45fff600a915c5a92f4a3164a902476 /share/man/man4/fwip.4 | |
parent | 250d9bf656034380cec38246e6da0e08704123f0 (diff) | |
download | FreeBSD-src-17d84e4e129c5a613e4d4250ad3acab7cf6c320a.zip FreeBSD-src-17d84e4e129c5a613e4d4250ad3acab7cf6c320a.tar.gz |
Add a "Load module on start up" comment, similar to mac_*.4 pages[1].
Quote .Cd and .Nd text.
Bump doc date.
Requested by: some user through ru
Supported by: ru, dwmalone, brueffer
Diffstat (limited to 'share/man/man4/fwip.4')
-rw-r--r-- | share/man/man4/fwip.4 | 24 |
1 files changed, 17 insertions, 7 deletions
diff --git a/share/man/man4/fwip.4 b/share/man/man4/fwip.4 index 8bf2dec..2e6391e 100644 --- a/share/man/man4/fwip.4 +++ b/share/man/man4/fwip.4 @@ -25,20 +25,30 @@ .\" .\" $FreeBSD$ .\" -.Dd December 14, 2004 +.Dd July 16, 2005 .Dt FWIP 4 .Os .Sh NAME .Nm fwip -.Nd IP over FireWire driver +.Nd "IP over FireWire driver" .Sh SYNOPSIS -.Cd "kldload firewire" -.Cd "kldload if_fwip" -.Pp -or -.Pp +To compile support for the +.Xr fwip 4 +driver into your kernel, place the following lines in your kernel configuration +file: +.Bd -ragged -offset indent .Cd "device firewire" .Cd "device fwip" +.Ed +.Pp +Alternatively, to load the +.Xr fwip 4 +driver at boot time, place the following lines in +.Xr loader.conf 5 : +.Bd -literal -offset indent +firewire_load="YES" +if_fwip_load="YES" +.Ed .Sh DESCRIPTION The .Nm |