Document the new nvlist_get_parent() function.

Submitted by:	Mariusz Zaborski
This commit is contained in:
Pawel Jakub Dawidek 2014-09-25 10:59:01 +00:00
parent 0d286aa4cb
commit 19a5e7fede
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=272102

View File

@ -28,7 +28,7 @@
.\"
.\" $FreeBSD$
.\"
.Dd March 21, 2014
.Dd September 25, 2014
.Dt NV 3
.Os
.Sh NAME
@ -150,6 +150,8 @@
.Fn nvlist_get_descriptor "const nvlist_t *nvl" "const char *name"
.Ft "const void *"
.Fn nvlist_get_binary "const nvlist_t *nvl" "const char *name" "size_t *sizep"
.Ft "const nvlist_t *"
.Fn nvlist_get_parent "const nvlist_t *nvl"
.\"
.Ft bool
.Fn nvlist_take_bool "nvlist_t *nvl" "const char *name"
@ -437,6 +439,10 @@ extension, which allows to provide default value for a missing element.
The nvlist must not be in error state.
.Pp
The
.Fn nvlist_get_parent
function allows to obtain the parent nvlist from the nested nvlist.
.Pp
The
.Fn nvlist_take_bool ,
.Fn nvlist_take_number ,
.Fn nvlist_take_string ,