Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 29 Apr 2013 20:31:26 +0000 (UTC)
From:      Sergey Kandaurov <pluknet@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-8@freebsd.org
Subject:   svn commit: r250064 - stable/8/share/man/man4
Message-ID:  <201304292031.r3TKVQYr071947@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pluknet
Date: Mon Apr 29 20:31:25 2013
New Revision: 250064
URL: http://svnweb.freebsd.org/changeset/base/250064

Log:
  MFC r248253:
   Add missed `_load' to the `if_foo_load="YES"' line.
  
  PR:		docs/176915
  Submitted by:	Dmitry Afanasiev <KOT@MATPOCKuH.Ru>

Modified:
  stable/8/share/man/man4/cas.4
  stable/8/share/man/man4/sge.4
Directory Properties:
  stable/8/share/man/man4/   (props changed)

Modified: stable/8/share/man/man4/cas.4
==============================================================================
--- stable/8/share/man/man4/cas.4	Mon Apr 29 20:30:29 2013	(r250063)
+++ stable/8/share/man/man4/cas.4	Mon Apr 29 20:31:25 2013	(r250064)
@@ -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: stable/8/share/man/man4/sge.4
==============================================================================
--- stable/8/share/man/man4/sge.4	Mon Apr 29 20:30:29 2013	(r250063)
+++ stable/8/share/man/man4/sge.4	Mon Apr 29 20:31:25 2013	(r250064)
@@ -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?201304292031.r3TKVQYr071947>