Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 30 Jul 2015 19:08:24 +0000 (UTC)
From:      Christian Brueffer <brueffer@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r286090 - head/share/man/man4
Message-ID:  <201507301908.t6UJ8On1082532@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: brueffer
Date: Thu Jul 30 19:08:23 2015
New Revision: 286090
URL: https://svnweb.freebsd.org/changeset/base/286090

Log:
  The kernel option and module are actually called pmspcv.
  
  MFC after:	3 days

Modified:
  head/share/man/man4/Makefile
  head/share/man/man4/pms.4

Modified: head/share/man/man4/Makefile
==============================================================================
--- head/share/man/man4/Makefile	Thu Jul 30 19:04:14 2015	(r286089)
+++ head/share/man/man4/Makefile	Thu Jul 30 19:08:23 2015	(r286090)
@@ -666,6 +666,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

Modified: head/share/man/man4/pms.4
==============================================================================
--- head/share/man/man4/pms.4	Thu Jul 30 19:04:14 2015	(r286089)
+++ head/share/man/man4/pms.4	Thu Jul 30 19:08:23 2015	(r286090)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201507301908.t6UJ8On1082532>