Print this page
12064 Convert iovec(9S) to mandoc

Split Close
Expand all
Collapse all
          --- old/usr/src/man/man9s/iovec.9s.man.txt
          +++ new/usr/src/man/man9s/iovec.9s.man.txt
   1    1  IOVEC(9S)                 Data Structures for Drivers                IOVEC(9S)
   2    2  
   3      -
   4      -
   5    3  NAME
   6      -       iovec - data storage structure for I/O using uio
        4 +     iovec - data storage structure for I/O using uio
   7    5  
   8    6  SYNOPSIS
   9      -       #include <sys/uio.h>
        7 +     #include <sys/uio.h>
  10    8  
  11      -
  12    9  INTERFACE LEVEL
  13      -       Architecture independent level 1 (DDI/DKI).
       10 +     Architecture independent level 1 (DDI/DKI).
  14   11  
  15   12  DESCRIPTION
  16      -       An  iovec structure describes a data storage area for transfer in a
  17      -       uio(9S) structure.  Conceptually, it can be thought of as a base
  18      -       address and length specification.
       13 +     An iovec structure describes a data storage area for transfer in a
       14 +     uio(9S) structure.  Conceptually, it can be thought of as a base address
       15 +     and length specification.
  19   16  
  20   17  STRUCTURE MEMBERS
  21      -         caddr_t    iov_base;  /* base address of the data storage area */
  22      -                               /* represented by the iovec structure */
  23      -         int        iov_len;   /* size of the data storage area in bytes */
       18 +       caddr_t    iov_base;  /* base address of the data storage area */
       19 +                             /* represented by the iovec structure */
       20 +       int        iov_len;   /* size of the data storage area in bytes */
  24   21  
  25      -
  26   22  SEE ALSO
  27      -       uio(9S)
       23 +     uio(9S)
  28   24  
       25 +     Writing Device Drivers.
  29   26  
  30      -       Writing Device Drivers
  31      -
  32      -
  33      -
  34      -                                April 11, 1991                       IOVEC(9S)
       27 +illumos                          July 9, 2018                          illumos
    
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX