From nobody@FreeBSD.org  Mon Mar 10 23:51:08 2008
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 87996106566C
	for <freebsd-gnats-submit@FreeBSD.org>; Mon, 10 Mar 2008 23:51:08 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21])
	by mx1.freebsd.org (Postfix) with ESMTP id 59EA28FC1C
	for <freebsd-gnats-submit@FreeBSD.org>; Mon, 10 Mar 2008 23:51:08 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.14.2/8.14.2) with ESMTP id m2ANlt4L026734
	for <freebsd-gnats-submit@FreeBSD.org>; Mon, 10 Mar 2008 23:47:55 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.14.2/8.14.1/Submit) id m2ANltWs026733;
	Mon, 10 Mar 2008 23:47:55 GMT
	(envelope-from nobody)
Message-Id: <200803102347.m2ANltWs026733@www.freebsd.org>
Date: Mon, 10 Mar 2008 23:47:55 GMT
From: Crist Clark <cjc@freebsdo.rg>
To: freebsd-gnats-submit@FreeBSD.org
Subject: Wrong multicast specification
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         121585
>Category:       docs
>Synopsis:       [handbook] Wrong multicast specification
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    dru
>State:          closed
>Quarter:        
>Keywords:       handbook
>Date-Required:  
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue Mar 11 00:00:06 UTC 2008
>Closed-Date:    Fri Mar 07 16:44:32 UTC 2014
>Last-Modified:  Fri Mar  7 16:50:00 UTC 2014
>Originator:     Crist Clark
>Release:        N/A
>Organization:
>Environment:
Live webpage with problem:

http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/network-ipv6.html
>Description:
In Table 2-29, "Reserved IPv6 addresses," is confusing. It has the following,

	ff:: 	8 bits 	multicast

Which seems to indicate that 00ff:: is multicast. It is not. That should of
course read,

	ff00:: 	8 bits 	multicast

The next line is also confusing,

	001 (base 2) 	3 bits 	global unicast 	All global unicast addresses are assigned from this pool. The first 3 bits are 001.

It would probably be more clear and consistent with other entries to change that to,

	2000::-3fff:: 	3 bits 	global unicast 	All global unicast addresses are assigned from this pool. The first 3 bits are 001.
>How-To-Repeat:

>Fix:
See description.

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-doc->dru 
Responsible-Changed-By: dru 
Responsible-Changed-When: Fri Mar 7 16:42:59 UTC 2014 
Responsible-Changed-Why:  
I'll take this one. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=121585 
State-Changed-From-To: open->closed 
State-Changed-By: dru 
State-Changed-When: Fri Mar 7 16:43:36 UTC 2014 
State-Changed-Why:  
Fixed in r44176. 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: docs/121585: commit references a PR
Date: Fri,  7 Mar 2014 16:42:50 +0000 (UTC)

 Author: dru
 Date: Fri Mar  7 16:42:37 2014
 New Revision: 44176
 URL: http://svnweb.freebsd.org/changeset/doc/44176
 
 Log:
   Edits needed to close PR.
   
   PR: 121585
   Sponsored by: iXsystems
 
 Modified:
   head/en_US.ISO8859-1/books/handbook/advanced-networking/chapter.xml
 
 Modified: head/en_US.ISO8859-1/books/handbook/advanced-networking/chapter.xml
 ==============================================================================
 --- head/en_US.ISO8859-1/books/handbook/advanced-networking/chapter.xml	Fri Mar  7 16:36:29 2014	(r44175)
 +++ head/en_US.ISO8859-1/books/handbook/advanced-networking/chapter.xml	Fri Mar  7 16:42:37 2014	(r44176)
 @@ -4466,19 +4466,19 @@ Received 264951 bytes in 0.1 seconds</sc
  	    </row>
  
  	    <row>
 -	      <entry><systemitem>ff::</systemitem></entry>
 +	      <entry><systemitem>ff00::</systemitem></entry>
  	      <entry>8 bits</entry>
  	      <entry>multicast</entry>
  	      <entry>&nbsp;</entry>
  	    </row>
  
  	    <row>
 -	      <entry><systemitem>001</systemitem> (base 2)</entry>
 +	      <entry><systemitem>2000::-3fff:: </systemitem></entry>
  	      <entry>3 bits</entry>
  	      <entry>global unicast</entry>
  	      <entry>All global unicast addresses are assigned from
  		this pool.  The first 3 bits are
 -		<quote>001</quote>.</entry>
 +		<literal>001</literal>.</entry>
  	    </row>
  	  </tbody>
  	</tgroup>
 _______________________________________________
 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"
 
>Unformatted:
