Date: Mon, 29 Apr 2013 20:30:30 +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-9@freebsd.org Subject: svn commit: r250063 - stable/9/share/man/man4 Message-ID: <201304292030.r3TKUUbh070319@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <KOT@MATPOCKuH.Ru> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201304292030.r3TKUUbh070319>