Print this page
12198 typo paramter in some section 3pool man pages

Split Close
Expand all
Collapse all
          --- old/usr/src/man/man3pool/pool_resource_create.3pool.man.txt
          +++ new/usr/src/man/man3pool/pool_resource_create.3pool.man.txt
↓ open down ↓ 86 lines elided ↑ open up ↑
  87   87         Otherwise, -1 is returned and pool_error() returns the pool-specific
  88   88         error value.
  89   89  
  90   90  
  91   91         Upon successful completion, pool_resource_info() returns a string
  92   92         describing the given resource (and optionally its components).
  93   93         Otherwise, NULL is returned and pool_error() returns the pool-specific
  94   94         error value.
  95   95  
  96   96  
  97      -        Upon successful completion, pool_query_resource_components() returns a
       97 +       Upon successful completion, pool_query_resource_components() returns a
  98   98         null-terminated array of pool_component_t * that match the provided
  99   99         null-terminated property list and are contained in the given resource.
 100  100         Otherwise, NULL is returned and pool_error() returns the pool-specific
 101  101         error value.
 102  102  
 103  103  
 104      -        Upon successful completion, pool_resource_transfer() and
      104 +       Upon successful completion, pool_resource_transfer() and
 105  105         pool_resource_xtransfer() return 0. Otherwise -1 is returned and
 106  106         pool_error() returns the pool-specific error value.
 107  107  
 108  108  ERRORS
 109  109         The pool_resource_create() function will fail if:
 110  110  
 111  111         POE_BADPARAM
 112  112                             The supplied configuration's status is not
 113  113                             POF_VALID or name is in use for this resource type.
 114  114  
↓ open down ↓ 17 lines elided ↑ open up ↑
 132  132  
 133  133         POE_BADPARAM
 134  134                         The supplied configuration's status is not POF_VALID.
 135  135  
 136  136  
 137  137  
 138  138         The pool_resource_info() function will fail if:
 139  139  
 140  140         POE_BADPARAM
 141  141                             The supplied configuration's status is not
 142      -                           POF_VALID or the flags paramter is neither 0 nor 1.
      142 +                           POF_VALID or the flags parameter is neither 0 nor
      143 +                           1.
 143  144  
 144  145  
 145  146         POE_INVALID_CONF
 146  147                             The configuration is invalid.
 147  148  
 148  149  
 149  150         POE_SYSTEM
 150  151                             A system error has occurred. Check the system error
 151  152                             code for more details.
 152  153  
↓ open down ↓ 83 lines elided ↑ open up ↑
 236  237         |Interface Stability | Unstable        |
 237  238         +--------------------+-----------------+
 238  239         |MT-Level            | Safe            |
 239  240         +--------------------+-----------------+
 240  241  
 241  242  SEE ALSO
 242  243         libpool(3LIB), pool_error(3POOL), attributes(5)
 243  244  
 244  245  
 245  246  
 246      -                                 April 9, 2016     POOL_RESOURCE_CREATE(3POOL)
      247 +                               January 15, 2020    POOL_RESOURCE_CREATE(3POOL)
    
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX