Actions
Bug #13869
closednvlist_pack(9F) refers to wrong flag type
Start date:
Due date:
% Done:
100%
Estimated time:
Difficulty:
Medium
Tags:
Gerrit CR:
Description
#13865 refers to several cases where folks confused the nvflag
and kmflag
arguments of nvlist_unpack()
. The manual currently is confusing here in that it refers to the argument to nvlist_pack()
, nvlist_unpack()
, nvlist_dup()
, and nvlst_merge()
as just plain 'flag', when these should be kmflag
. As such we should update the manual page here.
Actions