summaryrefslogtreecommitdiffstats
path: root/share/man/man4/ral.4
diff options
context:
space:
mode:
authortrhodes <trhodes@FreeBSD.org>2005-07-19 00:26:30 +0000
committertrhodes <trhodes@FreeBSD.org>2005-07-19 00:26:30 +0000
commit17d84e4e129c5a613e4d4250ad3acab7cf6c320a (patch)
treea54fba91d45fff600a915c5a92f4a3164a902476 /share/man/man4/ral.4
parent250d9bf656034380cec38246e6da0e08704123f0 (diff)
downloadFreeBSD-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/ral.4')
-rw-r--r--share/man/man4/ral.415
1 files changed, 14 insertions, 1 deletions
diff --git a/share/man/man4/ral.4 b/share/man/man4/ral.4
index c6f9f1b..7556bf7 100644
--- a/share/man/man4/ral.4
+++ b/share/man/man4/ral.4
@@ -15,15 +15,28 @@
.\"
.\" $FreeBSD$
.\"
-.Dd May 2, 2005
+.Dd July 16, 2005
.Os
.Dt RAL 4
.Sh NAME
.Nm ral
.Nd "Ralink Technology RT2500 IEEE 802.11 driver"
.Sh SYNOPSIS
+To compile support for the
+.Nm
+driver into your kernel, place the following lines in your kernel configuration file:
+.Bd -ragged -offset indent
.Cd "device ral"
.Cd "device wlan"
+.Ed
+.Pp
+Alternatively, to load the
+.Nm
+driver at boot time, place the following line in
+.Xr loader.conf 5 :
+.Bd -literal -offset indent
+if_ral_load="YES"
+.Ed
.Sh DESCRIPTION
The
.Nm
OpenPOWER on IntegriCloud