Print this page
11583 Some man3lib pages are missing parts of the SYNOPSIS

Split Close
Expand all
Collapse all
          --- old/usr/src/man/man3lib/libpool.3lib.man.txt
          +++ new/usr/src/man/man3lib/libpool.3lib.man.txt
   1    1  LIBPOOL(3LIB)                 Interface Libraries                LIBPOOL(3LIB)
   2    2  
   3    3  
   4    4  
   5    5  NAME
   6    6         libpool - pool configuration manipulation library
   7    7  
   8    8  SYNOPSIS
   9      -       cc [ flag... ] file... [ library... ]
        9 +       cc [ flag... ] file... -lpool [ library... ]
  10   10         #include <pool.h>
  11   11  
  12   12  
  13   13  DESCRIPTION
  14   14         The functions in this library define the interface for reading and
  15   15         writing resource pools configuration files, as well as that for
  16   16         committing an existing configuration to becoming the running OS
  17   17         configuration (with respect to partitioning subsystems). The <pool.h>
  18   18         header provides type and function declarations for all library
  19   19         services.
↓ open down ↓ 94 lines elided ↑ open up ↑
 114  114  
 115  115         The system.bind-default property defaults to true. This property
 116  116         interacts with the project.pool resource control to specify the binding
 117  117         behavior for processes associated with a project. If project.pool is
 118  118         not specified, then this property has no effect. If project.pool is
 119  119         specified and the specified pool exists, this property has no effect.
 120  120         If the specified pool does not exist, perhaps because of a
 121  121         reconfiguration, then this property controls the binding behavior for
 122  122         the project member. If system.bind-default is true, then the project
 123  123         member is bound to the default pool (identified as the pool for which
 124      -       pool.default is true); otherise the project member is refused access to
 125      -       the system. Care should be taken with the pools configuration if this
 126      -       property is set to false, so as to avoid denying users access to the
 127      -       system.
      124 +       pool.default is true); otherwise the project member is refused access
      125 +       to the system. Care should be taken with the pools configuration if
      126 +       this property is set to false, so as to avoid denying users access to
      127 +       the system.
 128  128  
 129  129  
 130  130         The various poold properties are used to configure the operation of
 131  131         poold(1M).
 132  132  
 133  133  
 134  134         The system.poold.log-level property is used to specify the level of
 135  135         detail provided in log messages. Valid values are: ALERT, CRIT, ERR,
 136  136         WARNING, NOTICE, INFO, and DEBUG.
 137  137  
↓ open down ↓ 305 lines elided ↑ open up ↑
 443  443         facility. The pools facility must be enabled, however, to modify the
 444  444         dynamic configuration.
 445  445  
 446  446  
 447  447         Since the Resource Pools facility is an smf(5) service, it can also be
 448  448         enabled and disabled using the standard Service Management Facility
 449  449         (SMF) interfaces.
 450  450  
 451  451  
 452  452  
 453      -                                 April 9, 2016                   LIBPOOL(3LIB)
      453 +                                August 19, 2019                  LIBPOOL(3LIB)
    
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX