From owner-svn-src-stable-9@FreeBSD.ORG Mon Apr 29 20:30:30 2013 Return-Path: Delivered-To: svn-src-stable-9@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id E8B69468; Mon, 29 Apr 2013 20:30:30 +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 DAE8C1DD7; Mon, 29 Apr 2013 20:30:30 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.6/8.14.6) with ESMTP id r3TKUUU6070321; Mon, 29 Apr 2013 20:30:30 GMT (envelope-from pluknet@svn.freebsd.org) Received: (from pluknet@localhost) by svn.freebsd.org (8.14.6/8.14.5/Submit) id r3TKUUbh070319; Mon, 29 Apr 2013 20:30:30 GMT (envelope-from pluknet@svn.freebsd.org) Message-Id: <201304292030.r3TKUUbh070319@svn.freebsd.org> From: Sergey Kandaurov Date: Mon, 29 Apr 2013 20:30:30 +0000 (UTC) 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 X-SVN-Group: stable-9 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-stable-9@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for only the 9-stable src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Apr 2013 20:30:31 -0000 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 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