Actions
Bug #7345
closedzfs(1m): Description for -d depth appeared in -r
Start date:
2016-08-31
Due date:
% Done:
100%
Estimated time:
Difficulty:
Bite-size
Tags:
needs-triage
Gerrit CR:
Description
The following part of the zfs(1m) man page:
-d depth Recursively display any children of the dataset, limiting the recursion to ... -r Recursively display any children of the dataset on the command line. depth. A depth of 1 will display only the dataset and its direct children.
should be changed to:
-d depth Recursively display any children of the dataset, limiting the recursion to depth. A depth of 1 will display only the dataset and its direct children. ... -r Recursively display any children of the dataset on the command line.
Updated by Marcel Telka over 5 years ago
- Status changed from In Progress to Pending RTI
Updated by Electric Monk over 5 years ago
- Status changed from Pending RTI to Closed
- % Done changed from 0 to 100
git commit cb3c687bb9b8537283a9a4ce7309ff66fc266f2d
commit cb3c687bb9b8537283a9a4ce7309ff66fc266f2d Author: Marcel Telka <marcel@telka.sk> Date: 2016-09-04T14:20:34.000Z 7345 zfs(1m): Description for -d depth appeared in -r Reviewed by: Yuri Pankov <yuri.pankov@nexenta.com> Approved by: Richard Lowe <richlowe@richlowe.net>
Actions