--- old/./if_nameindex.txt	Fri Dec 19 04:18:50 2008
+++ new/./if_nameindex.txt	Fri Dec 19 04:18:50 2008
@@ -86,8 +86,8 @@
                            and  errno  would be set to the proper
                            value, for example, ENOMEM.
 
-
-     *if_nameindex()       The if_nameindex() function returns an
+ 
+     if_nameindex()        The if_nameindex() function returns an
                            array  of if_nameindex structures, one
                            structure    per    interface.     The
                            if_nameindex   structure   holds   the
@@ -97,9 +97,14 @@
 
                              struct if_nameindex
                                unsigned int   if_index; /* 1, 2, ... */
-                               char          *if_name;  /* null terminated name: "eri0", ... */
+                               char          *if_name;  /* "net0", ... */
                              };
 
+                           While   any   IPMP IP  interfaces  are
+                           returned  by    *if_nameindex()*,  the
+                           underlying IP interfaces that comprise
+                           each IPMP group are not returned.
+
                            The end of the array of structures  is
                            indicated   by  a  structure  with  an
                            if_index of 0 and an if_name of  NULL.
