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_resource_create.3pool.man.txt
          +++ new/usr/src/man/man3pool/pool_resource_create.3pool.man.txt
↓ open down ↓ 210 lines elided ↑ open up ↑
 211  211           #include <stdio.h>
 212  212  
 213  213           ...
 214  214  
 215  215           pool_conf_t *conf;
 216  216           pool_resource_t *resource;
 217  217           ...
 218  218  
 219  219           if ((resource = pool_resource_create(conf, "pset",
 220  220               "foo")) == NULL) {
 221      -             (void) fprintf(stderr, "Cannot create resource\B{}n");
      221 +             (void) fprintf(stderr, "Cannot create resource\n");
 222  222               ...
 223  223           }
 224  224  
 225  225  
 226  226  ATTRIBUTES
 227  227         See attributes(5) for descriptions of the following attributes:
 228  228  
 229  229  
 230  230  
 231  231  
↓ open down ↓ 5 lines elided ↑ open up ↑
 237  237         |Interface Stability | Unstable        |
 238  238         +--------------------+-----------------+
 239  239         |MT-Level            | Safe            |
 240  240         +--------------------+-----------------+
 241  241  
 242  242  SEE ALSO
 243  243         libpool(3LIB), pool_error(3POOL), attributes(5)
 244  244  
 245  245  
 246  246  
 247      -                               January 15, 2020    POOL_RESOURCE_CREATE(3POOL)
      247 +                               January 18, 2020    POOL_RESOURCE_CREATE(3POOL)
    
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX