Print this page
12202 noise in example code in some section 3pool man pages
@@ -73,18 +73,18 @@
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:
+ The pool_get_pool() function will fail if:
POE_BADPARAM
The supplied configuration's status is not POF_VALID.
- The pool_get_resource() will fail if:
+ The pool_get_resource() function will fail if:
POE_BADPARAM
The supplied configuration's status is not POF_VALID.
@@ -94,11 +94,11 @@
error code.
The pool_query_components(), pool_query_pools(), and
- pool_query_resources() will fail if:
+ pool_query_resources() functions will fail if:
POE_BADPARAM
The supplied configuration's status is not
POF_VALID.
@@ -127,11 +127,11 @@
...
if ((pool = pool_get_pool(conf, "foo")) == NULL) {
(void) fprintf(stderr, "Cannot retrieve pool named
- 'foo'\B{}n");
+ 'foo'\n");
...
}
ATTRIBUTES
@@ -153,6 +153,6 @@
SEE ALSO
libpool(3LIB), pool_error(3POOL), attributes(5)
- July 18, 2005 POOL_GET_POOL(3POOL)
+ January 18, 2020 POOL_GET_POOL(3POOL)