svn commit: r316890 - vendor/illumos/dist/man/man1m
Andriy Gapon
avg at FreeBSD.org
Fri Apr 14 18:00:44 UTC 2017
Author: avg
Date: Fri Apr 14 18:00:42 2017
New Revision: 316890
URL: https://svnweb.freebsd.org/changeset/base/316890
Log:
7276 zfs(1m) manpage could better describe space properties (remove extra line)
illumos/illumos-gate at 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 <mahrens at delphix.com>
Modified:
vendor/illumos/dist/man/man1m/zfs.1m
Modified: vendor/illumos/dist/man/man1m/zfs.1m
==============================================================================
--- vendor/illumos/dist/man/man1m/zfs.1m Fri Apr 14 17:59:56 2017 (r316889)
+++ vendor/illumos/dist/man/man1m/zfs.1m Fri Apr 14 18:00:42 2017 (r316890)
@@ -763,7 +763,6 @@ The amount of space
.Sy referenced
by this dataset, that was written since the previous snapshot
.Pq i.e. that is not referenced by the previous snapshot .
-space written to this dataset since the previous snapshot.
.It Sy written Ns @ Ns Em snapshot
The amount of
.Sy referenced
More information about the svn-src-vendor
mailing list