K 10 svn:author V 3 avg K 8 svn:date V 27 2017-04-14T17:59:56.017962Z K 7 svn:log V 1078 7345 zfs(1m): Description for -d depth appeared in -r illumos/illumos-gate@cb3c687bb9b8537283a9a4ce7309ff66fc266f2d https://github.com/illumos/illumos-gate/commit/cb3c687bb9b8537283a9a4ce7309ff66fc266f2d https://www.illumos.org/issues/7345 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. Reviewed by: Yuri Pankov Approved by: Richard Lowe Author: Marcel Telka END