Print this page
12743 man page spelling mistakes

Split Close
Expand all
Collapse all
          --- old/usr/src/man/man3pool/pool_get_property.3pool.man.txt
          +++ new/usr/src/man/man3pool/pool_get_property.3pool.man.txt
↓ open down ↓ 66 lines elided ↑ open up ↑
  67   67         The pool_put_property() function attempts to set the named property on
  68   68         the element to the specified value.  Attempting to set a property that
  69   69         does not currently exist on the element will cause the property with
  70   70         the given name and value to be created on the element and will not
  71   71         cause an error. An attempt to overwrite an existing property with a new
  72   72         property of a different type is an error.
  73   73  
  74   74  
  75   75         The pool_rm_property() function attempts to remove the named property
  76   76         from the element.  If the property does not exist or is not removable,
  77      -       -1 is returned and pool_error(3POOL) reporst an error of POE_PUTPROP.
       77 +       -1 is returned and pool_error(3POOL) reports an error of POE_PUTPROP.
  78   78  
  79   79  
  80   80         The pool_walk_properties() function invokes callback on all properties
  81   81         defined for the given element. The callback is called with the element
  82   82         itself, the name of the property, the value of the property, and the
  83   83         caller-provided opaque argument.
  84   84  
  85   85  
  86   86         A number of special properties are reserved for internal use and cannot
  87   87         be set or removed. Attempting to do so will fail. These properties are
↓ open down ↓ 95 lines elided ↑ open up ↑
 183  183         |Interface Stability | Unstable        |
 184  184         +--------------------+-----------------+
 185  185         |MT-Level            | Safe            |
 186  186         +--------------------+-----------------+
 187  187  
 188  188  SEE ALSO
 189  189         libpool(3LIB), pool_error(3POOL), attributes(5)
 190  190  
 191  191  
 192  192  
 193      -                              September 23, 2003      POOL_GET_PROPERTY(3POOL)
      193 +                                 May 16, 2020         POOL_GET_PROPERTY(3POOL)
    
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX