svn commit: r248253 - head/share/man/man4
Sergey Kandaurov
pluknet at FreeBSD.org
Wed Mar 13 18:43:26 UTC 2013
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
More information about the svn-src-head
mailing list