Print this page
12202 noise in example code in some section 3pool man pages

Split Close
Expand all
Collapse all
          --- old/usr/src/man/man3pool/pool_get_pool.3pool.man.txt
          +++ new/usr/src/man/man3pool/pool_get_pool.3pool.man.txt
↓ open down ↓ 67 lines elided ↑ open up ↑
  68   68         and pool_error(3POOL) returns the pool-specific error value.
  69   69  
  70   70  
  71   71         The pool_query_components(), pool_query_pools(), and
  72   72         pool_query_resources() functions return a null-terminated array of
  73   73         components, pools, and resources, respectively. If the query was
  74   74         unsuccessful or there were no matches, NULL is returned and
  75   75         pool_error() returns the pool-specific error value.
  76   76  
  77   77  ERRORS
  78      -       The pool_get_pool() will fail if:
       78 +       The pool_get_pool() function will fail if:
  79   79  
  80   80         POE_BADPARAM
  81   81                         The supplied configuration's status is not POF_VALID.
  82   82  
  83   83  
  84   84  
  85      -       The pool_get_resource() will fail if:
       85 +       The pool_get_resource() function will fail if:
  86   86  
  87   87         POE_BADPARAM
  88   88                         The supplied configuration's status is not POF_VALID.
  89   89  
  90   90  
  91   91         POE_SYSTEM
  92   92                         There is not enough memory available to allocate
  93   93                         working buffers. Check errno for the specific system
  94   94                         error code.
  95   95  
  96   96  
  97   97  
  98   98         The pool_query_components(), pool_query_pools(), and
  99      -       pool_query_resources() will fail if:
       99 +       pool_query_resources() functions will fail if:
 100  100  
 101  101         POE_BADPARAM
 102  102                             The supplied configuration's status is not
 103  103                             POF_VALID.
 104  104  
 105  105  
 106  106         POE_INVALID_CONF
 107  107                             The query generated results that were not of the
 108  108                             correct type. The configuration is invalid.
 109  109  
↓ open down ↓ 12 lines elided ↑ open up ↑
 122  122  
 123  123           ...
 124  124  
 125  125           pool_conf_t *conf;
 126  126           pool_t *pool;
 127  127  
 128  128           ...
 129  129  
 130  130           if ((pool = pool_get_pool(conf, "foo")) == NULL) {
 131  131                   (void) fprintf(stderr, "Cannot retrieve pool named
 132      -                 'foo'\B{}n");
      132 +                 'foo'\n");
 133  133                   ...
 134  134           }
 135  135  
 136  136  
 137  137  ATTRIBUTES
 138  138         See attributes(5) for descriptions of the following attributes:
 139  139  
 140  140  
 141  141  
 142  142  
↓ open down ↓ 5 lines elided ↑ open up ↑
 148  148         |Interface Stability | Unstable        |
 149  149         +--------------------+-----------------+
 150  150         |MT-Level            | Safe            |
 151  151         +--------------------+-----------------+
 152  152  
 153  153  SEE ALSO
 154  154         libpool(3LIB), pool_error(3POOL), attributes(5)
 155  155  
 156  156  
 157  157  
 158      -                                 July 18, 2005            POOL_GET_POOL(3POOL)
      158 +                               January 18, 2020           POOL_GET_POOL(3POOL)
    
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX