Print this page
12315 errors in section 7i of the manual

Split Close
Expand all
Collapse all
          --- old/usr/src/man/man7i/streamio.7i.man.txt
          +++ new/usr/src/man/man7i/streamio.7i.man.txt
↓ open down ↓ 428 lines elided ↑ open up ↑
 429  429                    ic_dp is a pointer to the data argument.  The ic_len field
 430  430                    has two uses: on input, it contains the length of the data
 431  431                    argument passed in, and on return from the command, it
 432  432                    contains the number of bytes being returned to the user (the
 433  433                    buffer pointed to by ic_dp should be large enough to contain
 434  434                    the maximum amount of data that any module or the driver in
 435  435                    the stream can return).
 436  436  
 437  437                    At most one I_STR can be active on a stream.  Further I_STR
 438  438                    calls will block until the active I_STR completes via a
 439      -                  positive or negative acknowlegment, a timeout, or an error
      439 +                  positive or negative acknowledgement, a timeout, or an error
 440  440                    condition at the stream head.  By setting the ic_timout
 441  441                    field to 0, the user is requesting STREAMS to provide the
 442  442                    DEFAULT timeout.  The default timeout is specific to the
 443  443                    STREAMS implementation and may vary depending on which
 444  444                    release of Solaris you are using.  For Solaris 8 (and
 445  445                    earlier versions), the default timeout is fifteen seconds.
 446  446                    The O_NDELAY and O_NONBLOCK (see open(2)) flags have no
 447  447                    effect on this call.
 448  448  
 449  449                    The stream head will convert the information pointed to by
↓ open down ↓ 392 lines elided ↑ open up ↑
 842  842  RETURN VALUES
 843  843       Unless specified otherwise above, the return value from ioctl(2) is 0
 844  844       upon success and -1 upon failure, with errno set as indicated.
 845  845  
 846  846  SEE ALSO
 847  847       close(2), fcntl(2), getmsg(2), ioctl(2), open(2), poll(2), putmsg(2),
 848  848       read(2), write(2), Intro(3), signal(3C), signal.h(3HEAD)
 849  849  
 850  850       STREAMS Programming Guide
 851  851  
 852      -illumos                        October 29, 2017                        illumos
      852 +illumos                        February 17, 2020                       illumos
    
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX