K 10 svn:author V 3 avg K 8 svn:date V 27 2017-04-14T18:00:42.801994Z K 7 svn:log V 879 7276 zfs(1m) manpage could better describe space properties (remove extra line) illumos/illumos-gate@079d2996640860ff94d139e2c8cff6849c849af7 https://github.com/illumos/illumos-gate/commit/079d2996640860ff94d139e2c8cff6849c849af7 https://www.illumos.org/issues/7276 The "used" and "written" properties could be described better by the zfs.1m manpage. "written" could be better described as "The amount of space referenced by this dataset, that was written since the previous snapshot (i.e. that is not referenced by the previous snapshot)." The "used" section needs more work, but at a minimum it could say that the "used" space of a snapshot is the space unique to the snapshot (i.e. the space referenced only by this snapshot). The "used" space of a snapshot is a subset of the "written" space of the snapshot. Author: Matthew Ahrens END