View | Details | Raw Unified | Return to bug 170764
Collapse All | Expand All

(-)zfs.8 (+14 lines)
Lines 3158-3163 Link Here
3158
        group staff @pset,create,mount
3158
        group staff @pset,create,mount
3159
-------------------------------------------------------------
3159
-------------------------------------------------------------
3160
.Ed
3160
.Ed
3161
.It Sy Example 22 Showing the differences between a snapshot and a ZFS Dataset
3162
.Pp
3163
The following example shows how to see what has changed between a prior
3164
snapshot of a ZFS Dataset and its current state.  The -F option is used
3165
to indicate type information for the files affected.
3166
.Bd -literal -offset 2n
3167
.Li # Ic zfs diff -F tank/test@before tank/test
3168
  M       /       /tank/test/
3169
  M       F       /tank/test/linked      (+1)
3170
  R       F       /tank/test/oldname -> /tank/test/newname
3171
  -       F       /tank/test/deleted
3172
  +       F       /tank/test/created
3173
  M       F       /tank/test/modified
3174
.Ed
3161
.El
3175
.El
3162
.Sh EXIT STATUS
3176
.Sh EXIT STATUS
3163
The following exit values are returned:
3177
The following exit values are returned:

Return to bug 170764