summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpluknet <pluknet@FreeBSD.org>2013-03-13 18:43:25 +0000
committerpluknet <pluknet@FreeBSD.org>2013-03-13 18:43:25 +0000
commit8541659a3527df10d2bfa2a8b157f2f42152e5ed (patch)
tree6af0359779ceb638ba1c548c4c119fd1f904c161
parent32c02d0b8968e57fd82707d32b8e6d2cad297ff2 (diff)
downloadFreeBSD-src-8541659a3527df10d2bfa2a8b157f2f42152e5ed.zip
FreeBSD-src-8541659a3527df10d2bfa2a8b157f2f42152e5ed.tar.gz
Add missed `_load' to the `if_foo_load="YES"' line.
PR: docs/176915 MFC after: 1 week
-rw-r--r--share/man/man4/cas.42
-rw-r--r--share/man/man4/sge.42
2 files changed, 2 insertions, 2 deletions
diff --git a/share/man/man4/cas.4 b/share/man/man4/cas.4
index 0c0f5d7..36a5ab1 100644
--- a/share/man/man4/cas.4
+++ b/share/man/man4/cas.4
@@ -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
diff --git a/share/man/man4/sge.4 b/share/man/man4/sge.4
index 5d6ecf8..70d839e 100644
--- a/share/man/man4/sge.4
+++ b/share/man/man4/sge.4
@@ -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
OpenPOWER on IntegriCloud