docs/50426: [PATCH] Fix another minor typo in ifnet(9) manpage
Scott Mitchell
scott+freebsd at fishballoon.org
Sat Mar 29 18:10:39 UTC 2003
>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 at 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:
More information about the freebsd-doc
mailing list