Author: pluknet
Date: Mon Apr 29 20:30:29 2013
New Revision: 250063
URL: http://svnweb.freebsd.org/changeset/base/250063

Log:
  MFC r248253:
   Add missed `_load' to the `if_foo_load="YES"' line.
  
  PR:           docs/176915
  Submitted by: Dmitry Afanasiev <[email protected]>

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

Modified: stable/9/share/man/man4/cas.4
==============================================================================
--- stable/9/share/man/man4/cas.4       Mon Apr 29 20:16:25 2013        
(r250062)
+++ stable/9/share/man/man4/cas.4       Mon Apr 29 20:30:29 2013        
(r250063)
@@ -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/9/share/man/man4/sge.4
==============================================================================
--- stable/9/share/man/man4/sge.4       Mon Apr 29 20:16:25 2013        
(r250062)
+++ stable/9/share/man/man4/sge.4       Mon Apr 29 20:30:29 2013        
(r250063)
@@ -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
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-stable-9
To unsubscribe, send any mail to "[email protected]"

Reply via email to