Date: Sat, 29 Mar 2003 18:07:11 GMT From: Scott Mitchell <scott+freebsd@fishballoon.org> To: FreeBSD-gnats-submit@FreeBSD.org Subject: docs/50426: [PATCH] Fix another minor typo in ifnet(9) manpage Message-ID: <200303291807.h2TI7BgY000958@tuatara.fishballoon.org> Resent-Message-ID: <200303291810.h2TIA6Yx084286@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 50426 >Category: docs >Synopsis: [PATCH] Fix another minor typo in ifnet(9) manpage >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-doc >State: open >Quarter: >Keywords: >Date-Required: >Class: doc-bug >Submitter-Id: current-users >Arrival-Date: Sat Mar 29 10:10:05 PST 2003 >Closed-Date: >Last-Modified: >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: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200303291807.h2TI7BgY000958>