From nobody@FreeBSD.org  Wed Mar 13 12:09:24 2013
Return-Path: <nobody@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 F173A443
	for <freebsd-gnats-submit@FreeBSD.org>; Wed, 13 Mar 2013 12:09:24 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22])
	by mx1.freebsd.org (Postfix) with ESMTP id DFC1FCC5
	for <freebsd-gnats-submit@FreeBSD.org>; Wed, 13 Mar 2013 12:09:24 +0000 (UTC)
Received: from red.freebsd.org (localhost [127.0.0.1])
	by red.freebsd.org (8.14.5/8.14.5) with ESMTP id r2DC9NaS032509
	for <freebsd-gnats-submit@FreeBSD.org>; Wed, 13 Mar 2013 12:09:23 GMT
	(envelope-from nobody@red.freebsd.org)
Received: (from nobody@localhost)
	by red.freebsd.org (8.14.5/8.14.5/Submit) id r2DC9N6c032508;
	Wed, 13 Mar 2013 12:09:23 GMT
	(envelope-from nobody)
Message-Id: <201303131209.r2DC9N6c032508@red.freebsd.org>
Date: Wed, 13 Mar 2013 12:09:23 GMT
From: Dmitry Afanasiev <KOT@MATPOCKuH.Ru>
To: freebsd-gnats-submit@FreeBSD.org
Subject: cas(4) man page mistype
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         176915
>Category:       docs
>Synopsis:       cas(4) man page mistype
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    pluknet
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Wed Mar 13 12:10:00 UTC 2013
>Closed-Date:    Mon Apr 29 20:32:56 UTC 2013
>Last-Modified:  Mon Apr 29 20:40:02 UTC 2013
>Originator:     Dmitry Afanasiev
>Release:        9.1
>Organization:
>Environment:
FreeBSD orion 9.1-STABLE FreeBSD 9.1-STABLE #14 r247546: Fri Mar  1 19:52:15 MSK 2013     root@orion:/usr/obj/usr/src/sys/orion  amd64

>Description:
cas(4) man page mistype:
     Alternatively, to load the driver as a module at boot time, place the
     following line in loader.conf(5):

           if_cas="YES"

must be:
           if_cas_load="YES"

>How-To-Repeat:

>Fix:


>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->patched 
State-Changed-By: pluknet 
State-Changed-When: Wed Mar 13 18:43:43 UTC 2013 
State-Changed-Why:  
Committed, thanks! 


Responsible-Changed-From-To: freebsd-doc->pluknet 
Responsible-Changed-By: pluknet 
Responsible-Changed-When: Wed Mar 13 18:43:43 UTC 2013 
Responsible-Changed-Why:  
Track. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=176915 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: docs/176915: commit references a PR
Date: Wed, 13 Mar 2013 18:43:38 +0000 (UTC)

 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
 _______________________________________________
 svn-src-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-src-all
 To unsubscribe, send any mail to "svn-src-all-unsubscribe@freebsd.org"
 
State-Changed-From-To: patched->closed 
State-Changed-By: pluknet 
State-Changed-When: Mon Apr 29 20:32:30 UTC 2013 
State-Changed-Why:  
Merged to stable branches. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=176915 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: docs/176915: commit references a PR
Date: Mon, 29 Apr 2013 20:30:48 +0000 (UTC)

 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
 _______________________________________________
 svn-src-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-src-all
 To unsubscribe, send any mail to "svn-src-all-unsubscribe@freebsd.org"
 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: docs/176915: commit references a PR
Date: Mon, 29 Apr 2013 20:32:19 +0000 (UTC)

 Author: pluknet
 Date: Mon Apr 29 20:32:09 2013
 New Revision: 250065
 URL: http://svnweb.freebsd.org/changeset/base/250065
 
 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/7/share/man/man4/cas.4
   stable/7/share/man/man4/sge.4
 Directory Properties:
   stable/7/share/man/man4/   (props changed)
 
 Modified: stable/7/share/man/man4/cas.4
 ==============================================================================
 --- stable/7/share/man/man4/cas.4	Mon Apr 29 20:31:25 2013	(r250064)
 +++ stable/7/share/man/man4/cas.4	Mon Apr 29 20:32:09 2013	(r250065)
 @@ -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/7/share/man/man4/sge.4
 ==============================================================================
 --- stable/7/share/man/man4/sge.4	Mon Apr 29 20:31:25 2013	(r250064)
 +++ stable/7/share/man/man4/sge.4	Mon Apr 29 20:32:09 2013	(r250065)
 @@ -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
 _______________________________________________
 svn-src-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-src-all
 To unsubscribe, send any mail to "svn-src-all-unsubscribe@freebsd.org"
 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: docs/176915: commit references a PR
Date: Mon, 29 Apr 2013 20:31:34 +0000 (UTC)

 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 <KOT@MATPOCKuH.Ru>
 
 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
 _______________________________________________
 svn-src-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-src-all
 To unsubscribe, send any mail to "svn-src-all-unsubscribe@freebsd.org"
 
>Unformatted:
