From scott@fishballoon.org  Sat Mar 29 10:07:53 2003
Return-Path: <scott@fishballoon.org>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 521C037B401
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 29 Mar 2003 10:07:53 -0800 (PST)
Received: from mta03-svc.ntlworld.com (mta03-svc.ntlworld.com [62.253.162.43])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 4E5BA43FCB
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 29 Mar 2003 10:07:52 -0800 (PST)
	(envelope-from scott@fishballoon.org)
Received: from fishballoon.org ([81.104.195.199]) by mta03-svc.ntlworld.com
          (InterMail vM.4.01.03.37 201-229-121-137-20020806) with ESMTP
          id <20030329180750.PFSF11246.mta03-svc.ntlworld.com@fishballoon.org>
          for <FreeBSD-gnats-submit@freebsd.org>;
          Sat, 29 Mar 2003 18:07:50 +0000
Received: from tuatara.fishballoon.org (tuatara [192.168.1.6])
	by fishballoon.org (8.12.6/8.12.6) with ESMTP id h2TI7B9A009317
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 29 Mar 2003 18:07:11 GMT
	(envelope-from scott@tuatara.fishballoon.org)
Received: (from scott@localhost)
	by tuatara.fishballoon.org (8.12.7/8.12.6/Submit) id h2TI7BgY000958;
	Sat, 29 Mar 2003 18:07:11 GMT
	(envelope-from scott)
Message-Id: <200303291807.h2TI7BgY000958@tuatara.fishballoon.org>
Date: Sat, 29 Mar 2003 18:07:11 GMT
From: Scott Mitchell <scott+freebsd@fishballoon.org>
Reply-To: Scott Mitchell <scott+freebsd@fishballoon.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [PATCH] Fix another minor typo in ifnet(9) manpage
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         50426
>Category:       docs
>Synopsis:       [PATCH] Fix another minor typo in ifnet(9) manpage
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    trhodes
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sat Mar 29 10:10:05 PST 2003
>Closed-Date:    Thu May 01 11:35:05 PDT 2003
>Last-Modified:  Thu May 01 11:35:05 PDT 2003
>Originator:     Scott Mitchell
>Release:        FreeBSD 4.8-PRERELEASE i386
>Organization:
>Environment:
System: FreeBSD tuatara 4.8-PRERELEASE FreeBSD 4.8-PRERELEASE #0: Sat Mar 1 15:43:46 GMT 2003 scott@tuatara:/local/0/obj/usr/src/sys/TUATARA i386

>Description:
ifnet(9) claims that "those interfaces supporting reception of multicast
datagrams have a LIST of multicast group memberships...".  On -CURRENT, that
LIST is actually a TAILQ.  Note that -STABLE still uses a LIST, so there is no
need to MFC this change at the moment.

>How-To-Repeat:

>Fix:

Apply this patch:

Index: src/share/man/man9/ifnet.9
===================================================================
RCS file: /home/ncvs/src/share/man/man9/ifnet.9,v
retrieving revision 1.29
diff -u -r1.29 ifnet.9
--- src/share/man/man9/ifnet.9	19 Mar 2003 22:27:21 -0000	1.29
+++ src/share/man/man9/ifnet.9	29 Mar 2003 17:58:19 -0000
@@ -197,7 +197,7 @@
 .Pp
 Finally, those interfaces supporting reception of multicast datagrams
 have a
-.Li LIST
+.Li TAILQ
 of multicast group memberships, described by
 .Vt ifmultiaddr
 structures.


>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: trhodes 
State-Changed-When: Thu May 1 11:34:33 PDT 2003 
State-Changed-Why:  
Patch applied!  Thanks for the submission! 


Responsible-Changed-From-To: freebsd-doc->trhodes 
Responsible-Changed-By: trhodes 
Responsible-Changed-When: Thu May 1 11:34:33 PDT 2003 
Responsible-Changed-Why:  
Over to me. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=50426 
>Unformatted:
