svn commit: r212669 - head/share/man/man4

Kenneth D. Merry ken at FreeBSD.org
Wed Sep 15 16:05:51 UTC 2010


Author: ken
Date: Wed Sep 15 16:05:51 2010
New Revision: 212669
URL: http://svn.freebsd.org/changeset/base/212669

Log:
  MFp4 (//depot/projects/mps/...)
  
  Fix a typo.
  
  Submitted by:	pluknet at gmail dot com

Modified:
  head/share/man/man4/mps.4

Modified: head/share/man/man4/mps.4
==============================================================================
--- head/share/man/man4/mps.4	Wed Sep 15 16:05:40 2010	(r212668)
+++ head/share/man/man4/mps.4	Wed Sep 15 16:05:51 2010	(r212669)
@@ -51,7 +51,7 @@ place the following lines in your kernel
 Or, to load the driver as a module at boot, place the following line in
 .Xr loader.conf 5 :
 .Bd -literal -offset indent
-mpt_load="YES"
+mps_load="YES"
 .Ed
 .Sh DESCRIPTION
 The


More information about the svn-src-all mailing list