Bug 176915

Summary: cas(4) man page mistype
Product: Documentation Reporter: Dmitry Afanasiev <KOT>
Component: Books & ArticlesAssignee: Sergey Kandaurov <pluknet>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   

Description Dmitry Afanasiev 2013-03-13 12:10:00 UTC
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"
Comment 1 dfilter service freebsd_committer freebsd_triage 2013-03-13 18:43:38 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"
Comment 2 Sergey Kandaurov freebsd_committer freebsd_triage 2013-03-13 18:43:43 UTC
State Changed
From-To: open->patched

Committed, thanks! 


Comment 3 Sergey Kandaurov freebsd_committer freebsd_triage 2013-03-13 18:43:43 UTC
Responsible Changed
From-To: freebsd-doc->pluknet

Track.
Comment 4 dfilter service freebsd_committer freebsd_triage 2013-04-29 21:30:48 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"
Comment 5 dfilter service freebsd_committer freebsd_triage 2013-04-29 21:31:34 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"
Comment 6 dfilter service freebsd_committer freebsd_triage 2013-04-29 21:32:19 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"
Comment 7 Sergey Kandaurov freebsd_committer freebsd_triage 2013-04-29 21:32:30 UTC
State Changed
From-To: patched->closed

Merged to stable branches.