summaryrefslogtreecommitdiff
path: root/usr/src/man/man3lib/libnvpair.3lib
diff options
context:
space:
mode:
authorRobert Mustacchi <rm@joyent.com>2016-02-26 22:43:10 +0000
committerRobert Mustacchi <rm@joyent.com>2016-03-25 16:48:11 -0700
commitefbf89fbc68a0864d303fe237fc420cf018d52f7 (patch)
treec15577195b383276346b1b2c9ad35327e9e1e065 /usr/src/man/man3lib/libnvpair.3lib
parenta6ae009119d792a981d8b7153f8cb3851fe04ebb (diff)
downloadillumos-gate-efbf89fbc68a0864d303fe237fc420cf018d52f7.tar.gz
6497 nvlist_empty() needs to appear in man pages
Reviewed by: Yuri Pankov <yuri.pankov@nexenta.com> Reviewed by: Volker A. Brandt <vab@bb-c.de> Reviewed by: Marcel Telka <marcel@telka.sk> Reviewed by: Albert Lee <trisk@omniti.com> Approved by: Hans Rosenfeld <rosenfeld@grumpf.hope-2000.org>
Diffstat (limited to 'usr/src/man/man3lib/libnvpair.3lib')
-rw-r--r--usr/src/man/man3lib/libnvpair.3lib10
1 files changed, 3 insertions, 7 deletions
diff --git a/usr/src/man/man3lib/libnvpair.3lib b/usr/src/man/man3lib/libnvpair.3lib
index 947fbf6b48..0279ba94a2 100644
--- a/usr/src/man/man3lib/libnvpair.3lib
+++ b/usr/src/man/man3lib/libnvpair.3lib
@@ -3,7 +3,7 @@
.\" 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 LIBNVPAIR 3LIB "Aug 1, 2008"
+.TH LIBNVPAIR 3LIB "Mar 13, 2016"
.SH NAME
libnvpair \- name-value pair library
.SH SYNOPSIS
@@ -14,7 +14,6 @@ cc [ \fIflag\fR... ] \fIfile\fR... \fB-lnvpair\fR [ \fIlibrary\fR... ]
.fi
.SH DESCRIPTION
-.sp
.LP
The \fBlibnvpair\fR library exports a set of functions for managing name-value
pairs.
@@ -97,7 +96,6 @@ Pack an \fBnvlist_t\fR into a contiguous buffer.
Expand a packed nvlist into a searchable \fBnvlist_t\fR.
.RE
.SH INTERFACES
-.sp
.LP
The shared object \fBlibnvpair.so.1\fR provides the public interfaces defined
below. See \fBIntro\fR(3) for additional information on shared object
@@ -122,7 +120,8 @@ l l .
\fBnvlist_add_uint16_array\fR \fBnvlist_add_uint32\fR
\fBnvlist_add_uint32_array\fR \fBnvlist_add_uint64\fR
\fBnvlist_add_uint64_array\fR \fBnvlist_alloc\fR
-\fBnvlist_dup\fR \fBnvlist_exists\fR
+\fBnvlist_dup\fR \fBnvpair_empty\fR
+\fBnvlist_exists\fR
\fBnvlist_free\fR \fBnvlist_lookup_boolean\fR
\fBnvlist_lookup_boolean_value\fR \fBnvlist_lookup_boolean_array\fR
\fBnvlist_lookup_byte\fR \fBnvlist_lookup_byte_array\fR
@@ -162,7 +161,6 @@ l l .
.TE
.SH FILES
-.sp
.ne 2
.na
\fB\fB/lib/libnvpair.so.1\fR\fR
@@ -181,7 +179,6 @@ shared object
.RE
.SH ATTRIBUTES
-.sp
.LP
See \fBattributes\fR(5) for description of the following attributes:
.sp
@@ -199,6 +196,5 @@ MT-Level MT-Safe
.TE
.SH SEE ALSO
-.sp
.LP
\fBIntro\fR(3), \fBattributes\fR(5)