Print this page
6107 port_notify_t prefix mispelt in port_associate(3C)

Split Close
Expand all
Collapse all
          --- old/usr/src/man/man3c/port_associate.3c.man.txt
          +++ new/usr/src/man/man3c/port_associate.3c.man.txt
↓ open down ↓ 30 lines elided ↑ open up ↑
  31   31         The objects that can be associated with a port by way of the
  32   32         port_associate() function are objects of type PORT_SOURCE_FD and
  33   33         PORT_SOURCE_FILE. Objects of other types have type-specific association
  34   34         mechanisms. A port_notify_t structure, defined in <port.h>, is used to
  35   35         specify the event port and an application-defined cookie to associate
  36   36         with these event sources. See port_create(3C) and signal.h(3HEAD).
  37   37  
  38   38  
  39   39         The port_notify_t structure contains the following members:
  40   40  
  41      -         int       portntfy_port;  /* bind request(s) to port */
  42      -         void      *portntfy_user; /* user defined cookie */
       41 +         int       portnfy_port;  /* bind request(s) to port */
       42 +         void      *portnfy_user; /* user defined cookie */
  43   43  
  44   44  
  45   45  
  46   46         Objects of type PORT_SOURCE_FD are file descriptors. The event types
  47   47         for PORT_SOURCE_FD objects are described in poll(2). At most one event
  48   48         notification will be generated per associated file descriptor.  For
  49   49         example, if a file descriptor is associated with a port for the
  50   50         POLLRDNORM event and data is available on the file descriptor at the
  51   51         time the port_associate() function is called, an event is immediately
  52   52         sent to the port. If data is not yet available, one event is sent to
↓ open down ↓ 293 lines elided ↑ open up ↑
 346  346         +--------------------+-----------------+
 347  347         |MT-Level            | Safe            |
 348  348         +--------------------+-----------------+
 349  349  
 350  350  SEE ALSO
 351  351         rctladm(1M), poll(2), setrctl(2), port_alert(3C), port_create(3C),
 352  352         port_get(3C), port_send(3C), signal.h(3HEAD), attributes(5)
 353  353  
 354  354  
 355  355  
 356      -                               November 9, 2007             PORT_ASSOCIATE(3C)
      356 +                                August 8, 2015              PORT_ASSOCIATE(3C)
    
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX