| Summary: | Typo in Handbook | ||
|---|---|---|---|
| Product: | Documentation | Reporter: | Oliver <grimeton> |
| Component: | Books & Articles | Assignee: | 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
Responsible Changed From-To: freebsd-www->rene Take 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" 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" State Changed From-To: open->closed Committed, thanks |