Actions
Bug #5336
closeddetach(9E) forgot a pointer in its arguments
Start date:
2014-11-14
Due date:
% Done:
100%
Estimated time:
Difficulty:
Bite-size
Tags:
Gerrit CR:
External Bug:
Description
The first argument to detach is a dev_info_t *, but the manual just has a dev_info_t.
Updated by Electric Monk over 8 years ago
- Status changed from New to Closed
git commit e408e389c93d969c38d1800c3b99c9dbfe643ed5
commit e408e389c93d969c38d1800c3b99c9dbfe643ed5 Author: Jerry Jelinek <jerry.jelinek@joyent.com> Date: 2014-11-19T21:09:27.000Z 5336 detach(9E) forgot a pointer in its arguments Reviewed by: Robert Mustacchi <rm@joyent.com> Reviewed by: Richard Lowe <richlowe@richlowe.net> Reviewed by: Josef 'Jeff' Sipek <josef.sipek@nexenta.com> Approved by: Gordon Ross <gwr@nexenta.com>
Actions