Bug 177412

Summary: Typo in Handbook
Product: Documentation Reporter: Oliver <grimeton>
Component: Books & ArticlesAssignee: Rene Ladan <rene>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   

Description Oliver 2013-03-27 11:40:00 UTC
Hi,

found a typo in the handbook. See the attached screenshot. I guess it's a typo in the config, too.

http://i.imgur.com/D1Q233G.png

KR,

Oliver

Fix: 

- Replace "s" at the end of "Bases" with an "d"
;)
How-To-Repeat: - Open the handbook
- Go to Section 31.4.6 "Enabling ALTQ"
- See the typo "Class Bases Queueing" (should be "class baseD queueing")
Comment 1 Rene Ladan freebsd_committer freebsd_triage 2013-03-27 15:08:25 UTC
Responsible Changed
From-To: freebsd-www->rene

Take
Comment 2 dfilter service freebsd_committer freebsd_triage 2013-03-27 15:10:52 UTC
Author: rene (doc,ports committer)
Date: Wed Mar 27 15:10:40 2013
New Revision: 248798
URL: http://svnweb.freebsd.org/changeset/base/248798

Log:
  Properly spell "Class Based Queueing"
  
  PR:		www/177412
  Submitted by:	Oliver Loch <grimeton@gmx.net>
  Approved by:	cognet

Modified:
  head/tools/tools/tinybsd/conf/firewall/TINYBSD

Modified: head/tools/tools/tinybsd/conf/firewall/TINYBSD
==============================================================================
--- head/tools/tools/tinybsd/conf/firewall/TINYBSD	Wed Mar 27 15:03:18 2013	(r248797)
+++ head/tools/tools/tinybsd/conf/firewall/TINYBSD	Wed Mar 27 15:10:40 2013	(r248798)
@@ -151,7 +151,7 @@ device          pfsync                  
 device          carp                    #Common Address Redundancy Protocol
 
 options         ALTQ
-options         ALTQ_CBQ        # Class Bases Queueing
+options         ALTQ_CBQ        # Class Based Queueing
 options         ALTQ_RED        # Random Early Detection
 options         ALTQ_RIO        # RED In/Out
 options         ALTQ_HFSC       # Hierarchical Packet Scheduler
_______________________________________________
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 3 dfilter service freebsd_committer freebsd_triage 2013-03-27 15:54:04 UTC
Author: rene
Date: Wed Mar 27 15:53:51 2013
New Revision: 41316
URL: http://svnweb.freebsd.org/changeset/doc/41316

Log:
  Properly spell "Class Based Queuing"
  
  PR:		www/177412
  Submitted by:	Oliver Loch <grimeton@gmx.net>
  Approved by:	gjb (mentor)

Modified:
  head/en_US.ISO8859-1/books/handbook/firewalls/chapter.xml

Modified: head/en_US.ISO8859-1/books/handbook/firewalls/chapter.xml
==============================================================================
--- head/en_US.ISO8859-1/books/handbook/firewalls/chapter.xml	Wed Mar 27 14:13:33 2013	(r41315)
+++ head/en_US.ISO8859-1/books/handbook/firewalls/chapter.xml	Wed Mar 27 15:53:51 2013	(r41316)
@@ -433,7 +433,7 @@ pflog_flags=""                  # additi
 	functionality:</para>
 
       <programlisting>options         ALTQ
-options         ALTQ_CBQ        # Class Bases Queuing (CBQ)
+options         ALTQ_CBQ        # Class Based Queuing (CBQ)
 options         ALTQ_RED        # Random Early Detection (RED)
 options         ALTQ_RIO        # RED In/Out
 options         ALTQ_HFSC       # Hierarchical Packet Scheduler (HFSC)
_______________________________________________
svn-doc-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-doc-all
To unsubscribe, send any mail to "svn-doc-all-unsubscribe@freebsd.org"
Comment 4 Rene Ladan freebsd_committer freebsd_triage 2013-03-27 16:03:51 UTC
State Changed
From-To: open->closed

Committed, thanks