Print this page
12198 typo paramter in some section 3pool man pages

@@ -1,16 +1,15 @@
 '\" te
 .\" Copyright (c) 2005, Sun Microsystems, Inc. All Rights Reserved.
 .\" The contents of this file are subject to the terms of the Common Development and Distribution License (the "License").  You may not use this file except in compliance with the License.
 .\" You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE or http://www.opensolaris.org/os/licensing.  See the License for the specific language governing permissions and limitations under the License.
 .\" When distributing Covered Code, include this CDDL HEADER in each file and include the License file at usr/src/OPENSOLARIS.LICENSE.  If applicable, add the following below this CDDL HEADER, with the fields enclosed by brackets "[]" replaced with your own identifying information: Portions Copyright [yyyy] [name of copyright owner]
-.TH POOL_ASSOCIATE 3POOL "April 9, 2016"
+.TH POOL_ASSOCIATE 3POOL "January 15, 2020"
 .SH NAME
 pool_associate, pool_create, pool_destroy, pool_dissociate, pool_info,
 pool_query_pool_resources \- resource pool manipulation functions
 .SH SYNOPSIS
-.LP
 .nf
 cc [ \fIflag\fR\&.\|.\|. ] \fIfile\fR\&.\|.\|. \fB-lpool\fR [ \fIlibrary\fR\&.\|.\|. ]
 #include <pool.h>
 
 \fBint\fR \fBpool_associate\fR(\fBpool_conf_t *\fR\fIconf\fR, \fB pool_t *\fR\fIpool\fR,

@@ -44,11 +43,10 @@
 \fBpool_resource_t **\fR\fBpool_query_pool_resources\fR(\fBpool_conf_t *\fR\fIconf\fR,
      \fBpool_t *\fR\fIpool\fR, \fBuint_t *\fR\fInelem\fR, \fBpool_value_t **\fR\fIproperties\fR);
 .fi
 
 .SH DESCRIPTION
-.LP
 These functions provide mechanisms for constructing and modifying pools entries
 within a target pools configuration.  The \fIconf\fR argument for each function
 refers to the target configuration to which the operation applies.
 .sp
 .LP

@@ -81,11 +79,10 @@
 The \fBpool_query_pool_resources()\fR function returns a null-terminated array
 of resources currently associated with the pool that match the given list of
 properties. The return value must be freed by the caller. The \fInelem\fR
 argument is set to be the length of the array returned.
 .SH RETURN VALUES
-.LP
 Upon successful completion, \fBpool_create()\fR returns a new initialized pool.
 Otherwise it returns \fINULL\fR and \fBpool_error\fR(3POOL) returns the
 pool-specific error value.
 .sp
 .LP

@@ -101,11 +98,10 @@
 .LP
 Upon successful completion, \fBpool_query_pool_resources()\fR returns a
 null-terminated array of resources. Otherwise it returns \fINULL\fR and
 \fBpool_error()\fR returns the pool-specific error value.
 .SH ERRORS
-.LP
 The \fBpool_create()\fR function will fail if:
 .sp
 .ne 2
 .na
 \fB\fBPOE_BADPARAM\fR\fR

@@ -218,11 +214,11 @@
 .na
 \fB\fBPOE_BADPARAM\fR\fR
 .ad
 .RS 20n
 The supplied configuration's status is not \fBPOF_VALID\fR or the \fIflags\fR
-paramter is neither 0 or 1.
+parameter is neither 0 or 1.
 .RE
 
 .sp
 .ne 2
 .na

@@ -270,16 +266,14 @@
 .RS 20n
 A system error has occurred. Check the system error code for more details.
 .RE
 
 .SH USAGE
-.LP
 Pool names are unique across pools in a given configuration file. It is an
 error to attempt to create a pool with a name that is currently used by another
 pool within the same configuration.
 .SH ATTRIBUTES
-.LP
 See \fBattributes\fR(5) for descriptions of the following attributes:
 .sp
 
 .sp
 .TS

@@ -294,7 +288,6 @@
 _
 MT-Level        Safe
 .TE
 
 .SH SEE ALSO
-.LP
 \fBlibpool\fR(3LIB), \fBpool_error\fR(3POOL), \fBattributes\fR(5)