summaryrefslogtreecommitdiff
path: root/usr/src/man/man3picl
diff options
context:
space:
mode:
authorJohn Levon <john.levon@joyent.com>2020-05-26 13:57:13 +0000
committerJohn Levon <john.levon@joyent.com>2020-05-26 13:57:13 +0000
commit5b2acc0949194447bba6e45a0fa44d0b5f42f208 (patch)
tree7ea9eb87bc68fee386dd39035ce715e87a0e673c /usr/src/man/man3picl
parent8ca018083101bf1cb175869679bc123187fb1bab (diff)
parent2a1277d3064386cd5c4e372301007aa330bf1d5e (diff)
downloadillumos-joyent-gcc9.tar.gz
mergegcc9
Diffstat (limited to 'usr/src/man/man3picl')
-rw-r--r--usr/src/man/man3picl/picl_get_propinfo.3picl14
1 files changed, 2 insertions, 12 deletions
diff --git a/usr/src/man/man3picl/picl_get_propinfo.3picl b/usr/src/man/man3picl/picl_get_propinfo.3picl
index 1581d57e5a..ddf18cbb4b 100644
--- a/usr/src/man/man3picl/picl_get_propinfo.3picl
+++ b/usr/src/man/man3picl/picl_get_propinfo.3picl
@@ -3,11 +3,10 @@
.\" 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_GET_PROPINFO 3PICL "Mar 28, 2000"
+.TH PICL_GET_PROPINFO 3PICL "May 16, 2020"
.SH NAME
picl_get_propinfo \- get the information about a property
.SH SYNOPSIS
-.LP
.nf
\fBcc\fR [ \fIflag\fR... ] \fIfile\fR... \fB-lpicl\fR [ \fIlibrary\fR... ]
#include <picl.h>
@@ -17,8 +16,6 @@ picl_get_propinfo \- get the information about a property
.fi
.SH DESCRIPTION
-.sp
-.LP
The \fBpicl_get_propinfo()\fR function gets the information about the property
specified by handle \fIproph\fR and copies it into the location specified by
\fIpinfo\fR. The property information includes the property type, access mode,
@@ -29,8 +26,6 @@ page.
The maximum size of a property value is specified by \fBPICL_PROPSIZE_MAX\fR.
It is currently set to 512KB.
.SH RETURN VALUES
-.sp
-.LP
Upon successful completion, \fB0\fR is returned. On failure, a non-negative
integer is returned to indicate an error.
.sp
@@ -44,7 +39,6 @@ This error may be returned for a previously valid handle if the daemon was
brought down and restarted. When this occurs a client must revalidate any saved
handles.
.SH ERRORS
-.sp
.ne 2
.na
\fB\fBPICL_NOTINITIALIZED\fR\fR
@@ -86,7 +80,7 @@ Invalid handle specified
\fB\fBPICL_STALEHANDLE\fR\fR
.ad
.RS 23n
-Stale handle specifie
+Stale handle specified
.RE
.sp
@@ -99,8 +93,6 @@ General system failure
.RE
.SH ATTRIBUTES
-.sp
-.LP
See \fBattributes\fR(5) for descriptions of the following attributes:
.sp
@@ -115,7 +107,5 @@ MT-Level MT-Safe
.TE
.SH SEE ALSO
-.sp
-.LP
\fBlibpicl\fR(3PICL), \fBpicl_get_propval\fR(3PICL),
\fBpicl_get_propval_by_name\fR(3PICL), \fBattributes\fR(5)