From owner-svn-src-all@FreeBSD.ORG Mon Apr 29 20:31:26 2013 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 81EFD5F9; Mon, 29 Apr 2013 20:31:26 +0000 (UTC) (envelope-from pluknet@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 73BB01DE9; Mon, 29 Apr 2013 20:31:26 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.6/8.14.6) with ESMTP id r3TKVQcQ071949; Mon, 29 Apr 2013 20:31:26 GMT (envelope-from pluknet@svn.freebsd.org) Received: (from pluknet@localhost) by svn.freebsd.org (8.14.6/8.14.5/Submit) id r3TKVQYr071947; Mon, 29 Apr 2013 20:31:26 GMT (envelope-from pluknet@svn.freebsd.org) Message-Id: <201304292031.r3TKVQYr071947@svn.freebsd.org> From: Sergey Kandaurov Date: Mon, 29 Apr 2013 20:31:26 +0000 (UTC) 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 X-SVN-Group: stable-8 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Apr 2013 20:31:26 -0000 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 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