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.
Updated by Electric Monk 10 months ago
- Status changed from New to Closed
- % Done changed from 80 to 100
git commit b9cf0daf990d2b23be130227bd64ab328c2b48bc
commit b9cf0daf990d2b23be130227bd64ab328c2b48bc Author: Robert Mustacchi <rm@fingolfin.org> Date: 2021-07-21T21:01:26.000Z 13869 nvlist_pack(9F) refers to wrong flag type Reviewed by: Andy Fiddaman <andy@omnios.org> Approved by: Richard Lowe <richlowe@richlowe.net>
Actions