cc [ flag ... ] file ...-lnvpair [ library ... ] #include <libnvpair.h>
The nvlist_remove() function removes the first occurrence of nvpair that matches the name and the type.
The nvlist_remove_all() function removes all occurrences of nvpair that match the name, regardless of type.
No return values are defined.
See attributes(5) for descriptions of the following attributes:
libnvpair(3NVPAIR), attributes(5)