summaryrefslogtreecommitdiffstats
path: root/share/man
diff options
context:
space:
mode:
authorbrueffer <brueffer@FreeBSD.org>2015-08-02 07:25:05 +0000
committerbrueffer <brueffer@FreeBSD.org>2015-08-02 07:25:05 +0000
commitd8122e90be890926b31841f9d674dde4847b2dda (patch)
treea327a132d6a61b163114ba7e3ac83c5802ae9c63 /share/man
parentfee1840f08874424a5d44e20c6791dfb8ef40648 (diff)
downloadFreeBSD-src-d8122e90be890926b31841f9d674dde4847b2dda.zip
FreeBSD-src-d8122e90be890926b31841f9d674dde4847b2dda.tar.gz
MFC: r286090
The kernel option and module are actually called pmspcv.
Diffstat (limited to 'share/man')
-rw-r--r--share/man/man4/Makefile1
-rw-r--r--share/man/man4/pms.46
2 files changed, 4 insertions, 3 deletions
diff --git a/share/man/man4/Makefile b/share/man/man4/Makefile
index 608ec03..80cf3e9 100644
--- a/share/man/man4/Makefile
+++ b/share/man/man4/Makefile
@@ -658,6 +658,7 @@ MLINKS+=pccbb.4 cbb.4
MLINKS+=pcm.4 snd.4 \
pcm.4 sound.4
MLINKS+=pcn.4 if_pcn.4
+MLINKS+=pms.4 pmspcv.4
MLINKS+=ral.4 if_ral.4
MLINKS+=re.4 if_re.4
MLINKS+=rl.4 if_rl.4
diff --git a/share/man/man4/pms.4 b/share/man/man4/pms.4
index e4986c9..05dd7bc 100644
--- a/share/man/man4/pms.4
+++ b/share/man/man4/pms.4
@@ -24,7 +24,7 @@
.\"
.\" $FreeBSD$
.\"
-.Dd July 29, 2015
+.Dd July 30, 2015
.Dt PMS 4
.Os
.Sh NAME
@@ -35,14 +35,14 @@ To compile the driver into the kernel,
place the following line in the
kernel configuration file:
.Bd -ragged -offset indent
-.Cd "device pms"
+.Cd "device pmspcv"
.Ed
.Pp
Alternatively, to load the driver as a
module at boot time, place the following line in
.Xr loader.conf 5 :
.Bd -literal -offset indent
-pms_load="YES"
+pmspcv_load="YES"
.Ed
.Sh DESCRIPTION
The
OpenPOWER on IntegriCloud