--- orig/getsockopt.3.txt	Mon Oct 30 15:58:58 2006
+++ new/getsockopt.3.txt	Mon Oct 30 16:10:56 2006
@@ -285,23 +285,25 @@
      is bound. The SO_MAC_EXEMPT option is  available  only  when
      the system is configured with Trusted Extensions.
 
-     The SO_ALLZONES option can be  used  to  bypass  zone  boun-
-     daries.  Normally,  the  system prevents a socket from being
+     The SO_ALLZONES option can be  used  to  bypass  zone  boundaries between
+     shared-IP zones. Normally,  the  system prevents a socket from being
      bound to an address that is  not  assigned  to  the  current
      zone.  It also prevents a socket that is bound to a wildcard
      address from receiving traffic  for  other  zones.  However,
      some daemons which run in the global zone might need to send
      and receive traffic using addresses  that  belong  to  other
-     zones.  If  set before a socket is bound, SO_ALLZONES causes
-     the socket to ignore zone boundaries and permits the  socket
-     to  be  bound  to  any active address on the system.  If the
+     shared-IP zones.  If  set before a socket is bound, SO_ALLZONES causes
+     the socket to ignore zone boundaries between shared-IP zones and 
+     permits the socket to be bound to any address assigned to the
+     shared-IP zones.  If the
      socket is bound to a wildcard address, it  receives  traffic
-     intended  for  all  zones  and  behaves  as if an equivalent
-     socket were bound in each active zone. Applications that use
+     intended  for  all  shared-IP zones  and  behaves  as if an equivalent
+     socket were bound in each active shared-IP zone. Applications that use
      the  SO_ALLZONES  option  to  initiate  connections  or send
      datagram traffic should specify the source address for  out-
-     bound traffic by binding to a specific address. Setting this
-     option requires the sys_net_config privilege. See zones(5).
+     bound traffic by binding to a specific address. There is no effect
+     from setting this option in an exclusive-IP zone. Setting this
+     option requires the sys_ip_config privilege. See zones(5).
 
 RETURN VALUES
      If successful, getsockopt() and setsockopt() return 0;  oth-
