diff options
Diffstat (limited to 'usr/src/man/man3picl/picl_find_node.3picl')
-rw-r--r-- | usr/src/man/man3picl/picl_find_node.3picl | 27 |
1 files changed, 8 insertions, 19 deletions
diff --git a/usr/src/man/man3picl/picl_find_node.3picl b/usr/src/man/man3picl/picl_find_node.3picl index 678a967fd6..10e6fdb041 100644 --- a/usr/src/man/man3picl/picl_find_node.3picl +++ b/usr/src/man/man3picl/picl_find_node.3picl @@ -3,13 +3,13 @@ .\" 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 picl_find_node 3PICL "5 Feb 2004" "SunOS 5.11" "PICL Library Functions" +.TH PICL_FIND_NODE 3PICL "Feb 5, 2004" .SH NAME picl_find_node \- find node with given property and value .SH SYNOPSIS .LP .nf -cc [ \fIflag\fR\&.\|.\|. ] \fIfile\fR\&.\|.\|. \fB-l\fR [ \fIlibrary\fR\&.\|.\|. ] +cc [ \fIflag\fR\&.\|.\|. ] \fIfile\fR\&.\|.\|. \fB-l\fR [ \fIlibrary\fR\&.\|.\|. ] #include <picl.h> \fBint\fR \fBpicl_find_node\fR(\fBpicl_nodehdl_t\fR\fIrooth\fR, \fBchar *\fR\fIpname\fR, @@ -39,56 +39,46 @@ property criteria can be found. .SH ERRORS .sp .ne 2 -.mk .na \fB\fBPICL_FAILURE\fR\fR .ad .RS 22n -.rt General system failure .RE .sp .ne 2 -.mk .na \fB\fBPICL_INVALIDHANDLE\fR\fR .ad .RS 22n -.rt Invalid handle .RE .sp .ne 2 -.mk .na \fB\fBPICL_NODENOTFOUND\fR\fR .ad .RS 22n -.rt Node not found .RE .sp .ne 2 -.mk .na \fB\fBPICL_NOTNODE\fR\fR .ad .RS 22n -.rt Not a node .RE .sp .ne 2 -.mk .na \fB\fBPICL_STALEHANDLE\fR\fR .ad .RS 22n -.rt Stale handle .RE @@ -100,15 +90,14 @@ See \fBattributes\fR(5) for descriptions of the following attributes: .sp .TS -tab() box; -cw(2.75i) |cw(2.75i) -lw(2.75i) |lw(2.75i) -. -ATTRIBUTE TYPEATTRIBUTE VALUE +box; +c | c +l | l . +ATTRIBUTE TYPE ATTRIBUTE VALUE _ -Interface StabilityEvolving +Interface Stability Evolving _ -MT-LevelMT-Safe +MT-Level MT-Safe .TE .SH SEE ALSO |