--- orig/net_walk.9f.txt	Tue Oct 31 14:36:57 2006
+++ new/net_walk.9f.txt	Tue Oct 31 14:39:20 2006
@@ -12,7 +12,7 @@
 SYNOPSIS
      #include <sys/neti.h>
 
-     net_data_t	*net_walk(net_data_t net);
+     net_data_t	*net_walk(net_data_t net, zoneid_t zoneid);
 
 INTERFACE LEVEL
      Solaris DDI specific (Solaris DDI)
@@ -23,8 +23,14 @@
 	 value	obtained  from	a  prior  call	to  net_walk   or
 	 net_lookup.
 
+     zoneid
 
+	The zoneid that corresponds to the IP Instance in which the walk
+	should be performed. Only require when the net argument is NULL.
+	Valid values are GLOBAL_ZONEID for the shared IP
+	instance, and the zoneid for an exclusive-IP zone.
 
+
 DESCRIPTION
      This function is used to walk through  all	 of  the  network
      protocols	that  have  been  registered with this interface.
