Actions
Bug #4181
closedzfs(1m): 'zfs allow' examples in the man page are outdated
Start date:
2013-10-04
Due date:
% Done:
100%
Estimated time:
Difficulty:
Medium
Tags:
needs-triage
Gerrit CR:
External Bug:
Description
The 'zfs allow' examples in the zfs(1m) man page uses obsolete output format. For example:
# zfs allow cindys create,destroy,mount,snapshot tank/cindys # zfs allow tank/cindys ------------------------------------------------------------- Local+Descendent permissions on (tank/cindys) user cindys create,destroy,mount,snapshot -------------------------------------------------------------
After the change introduced by Feature #278 the 'zfs allow' output is slightly different, for example:
# zfs allow vms ---- Permissions on vms ---------------------------------------------- Local+Descendent permissions: everyone create,destroy,mount,snapshot #
All 'zfs allow' examples in the zfs(1m) man page should be updated to reflect the new output format.
Related issues
Updated by Marcel Telka almost 9 years ago
- Status changed from New to In Progress
- Assignee set to Marcel Telka
Updated by Marcel Telka almost 9 years ago
- Status changed from In Progress to Pending RTI
Updated by Electric Monk almost 9 years ago
- Status changed from Pending RTI to Closed
- % Done changed from 0 to 100
git commit 5619b3f84733e187bc34bca49abbec8bdfcd7d99
commit 5619b3f84733e187bc34bca49abbec8bdfcd7d99 Author: Marcel Telka <marcel.telka@nexenta.com> Date: 2014-11-24T21:40:31.000Z 4181 zfs(1m): 'zfs allow' examples in the man page are outdated Reviewed by: Richard Lowe <richlowe@richlowe.net> Reviewed by: Gordon Ross <gordon.ross@nexenta.com> Reviewed by: Yuri Pankov <yuri.pankov@nexenta.com> Approved by: Dan McDonald <danmcd@omniti.com>
Actions