Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 13 Mar 2013 18:43:25 +0000 (UTC)
From:      Sergey Kandaurov <pluknet@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r248253 - head/share/man/man4
Message-ID:  <201303131843.r2DIhP3p033805@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pluknet
Date: Wed Mar 13 18:43:25 2013
New Revision: 248253
URL: http://svnweb.freebsd.org/changeset/base/248253

Log:
  Add missed `_load' to the `if_foo_load="YES"' line.
  
  PR:		docs/176915
  MFC after:	1 week

Modified:
  head/share/man/man4/cas.4
  head/share/man/man4/sge.4

Modified: head/share/man/man4/cas.4
==============================================================================
--- head/share/man/man4/cas.4	Wed Mar 13 18:38:18 2013	(r248252)
+++ head/share/man/man4/cas.4	Wed Mar 13 18:43:25 2013	(r248253)
@@ -44,7 +44,7 @@ Alternatively, to load the driver as a
 module at boot time, place the following line in
 .Xr loader.conf 5 :
 .Bd -literal -offset indent
-if_cas="YES"
+if_cas_load="YES"
 .Ed
 .Sh DESCRIPTION
 The

Modified: head/share/man/man4/sge.4
==============================================================================
--- head/share/man/man4/sge.4	Wed Mar 13 18:38:18 2013	(r248252)
+++ head/share/man/man4/sge.4	Wed Mar 13 18:43:25 2013	(r248253)
@@ -43,7 +43,7 @@ Alternatively, to load the driver as a
 module at boot time, place the following line in
 .Xr loader.conf 5 :
 .Bd -literal -offset indent
-if_sge="YES"
+if_sge_load="YES"
 .Ed
 .Sh DESCRIPTION
 The



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