Print this page
11583 Some man3lib pages are missing parts of the SYNOPSIS
*** 4,14 ****
NAME
libpool - pool configuration manipulation library
SYNOPSIS
! cc [ flag... ] file... [ library... ]
#include <pool.h>
DESCRIPTION
The functions in this library define the interface for reading and
--- 4,14 ----
NAME
libpool - pool configuration manipulation library
SYNOPSIS
! cc [ flag... ] file... -lpool [ library... ]
#include <pool.h>
DESCRIPTION
The functions in this library define the interface for reading and
*** 119,132 ****
specified and the specified pool exists, this property has no effect.
If the specified pool does not exist, perhaps because of a
reconfiguration, then this property controls the binding behavior for
the project member. If system.bind-default is true, then the project
member is bound to the default pool (identified as the pool for which
! pool.default is true); otherise the project member is refused access to
! the system. Care should be taken with the pools configuration if this
! property is set to false, so as to avoid denying users access to the
! system.
The various poold properties are used to configure the operation of
poold(1M).
--- 119,132 ----
specified and the specified pool exists, this property has no effect.
If the specified pool does not exist, perhaps because of a
reconfiguration, then this property controls the binding behavior for
the project member. If system.bind-default is true, then the project
member is bound to the default pool (identified as the pool for which
! pool.default is true); otherwise the project member is refused access
! to the system. Care should be taken with the pools configuration if
! this property is set to false, so as to avoid denying users access to
! the system.
The various poold properties are used to configure the operation of
poold(1M).
*** 448,453 ****
enabled and disabled using the standard Service Management Facility
(SMF) interfaces.
! April 9, 2016 LIBPOOL(3LIB)
--- 448,453 ----
enabled and disabled using the standard Service Management Facility
(SMF) interfaces.
! August 19, 2019 LIBPOOL(3LIB)