Deleted Added
full compact
25c25
< .\" $FreeBSD: head/cddl/contrib/opensolaris/cmd/zfs/zfs.8 228055 2011-11-28 09:33:13Z mm $
---
> .\" $FreeBSD: head/cddl/contrib/opensolaris/cmd/zfs/zfs.8 228103 2011-11-28 21:40:00Z mm $
51c51
< .Op Fl rRf
---
> .Op Fl fnpRrv
55c55,56
< .Op Fl rRd
---
> .Op Fl dnpRrv
> .Sm off
56a58,60
> .Ns Op % Ns Ar snapname
> .Ns Op , Ns Ar ...
> .Sm on
163c167
< .Op Fl DvRp
---
> .Op Fl DnPpRrv
489a494,504
> .It Sy clones
> For snapshots, this property is a comma-separated list of filesystems or
> volumes which are clones of this snapshot. The clones'
> .Sy origin
> property is this snapshot. If the
> .Sy clones
> property is not empty, then this snapshot can not be destroyed (even with the
> .Fl r
> or
> .Fl f
> options).
646a662,683
> .It Sy written
> The amount of
> .Sy referenced
> space written to this dataset since the previous snapshot.
> .It Sy written@ Ns Ar snapshot
> The amount of
> .Sy referenced
> space written to this dataset since the specified snapshot. This is the space
> that is referenced by this dataset but was not referenced by the specified
> snapshot.
> .Pp
> The
> .Ar snapshot
> may be specified as a short snapshot name (just the part after the
> .Sy @ Ns ),
> in which case it will be interpreted as a snapshot in the same filesystem as
> this dataset. The
> .Ar snapshot
> may be a full snapshot name
> .Pq Em filesystem@snapshot ,
> which for clones may be a snapshot in the origin's filesystem (or the origin of
> the origin's filesystem, etc).
1406c1443
< .Op Fl rRf
---
> .Op Fl fnpRrv
1424a1462,1472
> .It Fl n
> Do a dry-run ("No-op") deletion. No data will be deleted. This is useful in
> conjunction with the
> .Fl v
> or
> .Fl p
> flags to determine what data would be deleted.
> .It Fl p
> Print machine-parsable verbose information about the deleted data.
> .It Fl v
> Print verbose information about the deleted data.
1436c1484,1485
< .Op Fl rRd
---
> .Op Fl dnpRrv
> .Sm off
1437a1487,1489
> .Ns Op % Ns Ar snapname
> .Ns Op , Ns Ar ...
> .Sm on
1440c1492
< The given snapshot is destroyed immediately if and only if the
---
> The given snapshots are destroyed immediately if and only if the
1448c1500
< If the snapshot does not qualify for immediate destruction, it is marked for
---
> If a snapshot does not qualify for immediate destruction, it is marked for
1450a1503,1517
> .Pp
> An inclusive range of snapshots may be specified by separating the
> first and last snapshots with a percent sign
> .Pq Sy % .
> The first and/or last snapshots may be left blank, in which case the
> filesystem's oldest or newest snapshot will be implied.
> .Pp
> Multiple snapshots
> (or ranges of snapshots) of the same filesystem or volume may be specified
> in a comma-separated list of snapshots.
> Only the snapshot's short name (the
> part after the
> .Sy @ )
> should be specified when using a range or comma-separated list to identify
> multiple snapshots.
1456a1524,1534
> .It Fl n
> Do a dry-run ("No-op") deletion. No data will be deleted. This is useful in
> conjunction with the
> .Fl v
> or
> .Fl p
> flags to determine what data would be deleted.
> .It Fl p
> Print machine-parsable verbose information about the deleted data.
> .It Fl v
> Print verbose information about the deleted data.
2083c2161
< .Op Fl DvRp
---
> .Op Fl DnPpRrv
2153a2232,2238
> .It Fl r
> Recursively send all descendant snapshots. This is similar to the
> .Fl R
> flag, but information about deleted and renamed datasets is not included, and
> property information is only included if the
> .Fl p
> flag is specified.
2157a2243,2251
> .It Fl n
> Do a dry-run ("No-op") send. Do not generate any actual send data. This is
> useful in conjunction with the
> .Fl v
> or
> .Fl P
> flags to determine what data will be sent.
> .It Fl P
> Print machine-parsable verbose information about the stream package generated.