Print this page
12202 noise in example code in some section 3pool man pages
*** 73,90 ****
components, pools, and resources, respectively. If the query was
unsuccessful or there were no matches, NULL is returned and
pool_error() returns the pool-specific error value.
ERRORS
! The pool_get_pool() will fail if:
POE_BADPARAM
The supplied configuration's status is not POF_VALID.
! The pool_get_resource() will fail if:
POE_BADPARAM
The supplied configuration's status is not POF_VALID.
--- 73,90 ----
components, pools, and resources, respectively. If the query was
unsuccessful or there were no matches, NULL is returned and
pool_error() returns the pool-specific error value.
ERRORS
! The pool_get_pool() function will fail if:
POE_BADPARAM
The supplied configuration's status is not POF_VALID.
! The pool_get_resource() function will fail if:
POE_BADPARAM
The supplied configuration's status is not POF_VALID.
*** 94,104 ****
error code.
The pool_query_components(), pool_query_pools(), and
! pool_query_resources() will fail if:
POE_BADPARAM
The supplied configuration's status is not
POF_VALID.
--- 94,104 ----
error code.
The pool_query_components(), pool_query_pools(), and
! pool_query_resources() functions will fail if:
POE_BADPARAM
The supplied configuration's status is not
POF_VALID.
*** 127,137 ****
...
if ((pool = pool_get_pool(conf, "foo")) == NULL) {
(void) fprintf(stderr, "Cannot retrieve pool named
! 'foo'\B{}n");
...
}
ATTRIBUTES
--- 127,137 ----
...
if ((pool = pool_get_pool(conf, "foo")) == NULL) {
(void) fprintf(stderr, "Cannot retrieve pool named
! 'foo'\n");
...
}
ATTRIBUTES
*** 153,158 ****
SEE ALSO
libpool(3LIB), pool_error(3POOL), attributes(5)
! July 18, 2005 POOL_GET_POOL(3POOL)
--- 153,158 ----
SEE ALSO
libpool(3LIB), pool_error(3POOL), attributes(5)
! January 18, 2020 POOL_GET_POOL(3POOL)