mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2026-05-24 03:08:51 +03:00
Lint most manpages
Reviewed-by: Richard Laager <rlaager@wiktel.com> Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov> Reviewed-by: Tony Nguyen <tony.nguyen@delphix.com> Reviewed-by: Ryan Moeller <ryan@iXsystems.com> Signed-off-by: Ahelenia Ziemiańska <nabijaczleweli@nabijaczleweli.xyz> Closes #12129
This commit is contained in:
+35
-28
@@ -18,7 +18,6 @@
|
||||
.\"
|
||||
.\" CDDL HEADER END
|
||||
.\"
|
||||
.\"
|
||||
.\" Copyright (c) 2009 Sun Microsystems, Inc. All Rights Reserved.
|
||||
.\" Copyright 2011 Joshua M. Clulow <josh@sysmgr.org>
|
||||
.\" Copyright (c) 2011, 2019 by Delphix. All rights reserved.
|
||||
@@ -30,25 +29,20 @@
|
||||
.\" Copyright 2018 Nexenta Systems, Inc.
|
||||
.\" Copyright 2019 Joyent, Inc.
|
||||
.\"
|
||||
.Dd June 30, 2019
|
||||
.Dd May 29, 2021
|
||||
.Dt ZFS-DIFF 8
|
||||
.Os
|
||||
.
|
||||
.Sh NAME
|
||||
.Nm zfs-diff
|
||||
.Nd Display the difference between two snapshots of a given filesystem.
|
||||
.Nd show difference between ZFS snapshots
|
||||
.Sh SYNOPSIS
|
||||
.Nm zfs
|
||||
.Cm diff
|
||||
.Op Fl FHt
|
||||
.Ar snapshot Ar snapshot Ns | Ns Ar filesystem
|
||||
.
|
||||
.Sh DESCRIPTION
|
||||
.Bl -tag -width ""
|
||||
.It Xo
|
||||
.Nm zfs
|
||||
.Cm diff
|
||||
.Op Fl FHt
|
||||
.Ar snapshot Ar snapshot Ns | Ns Ar filesystem
|
||||
.Xc
|
||||
Display the difference between a snapshot of a given filesystem and another
|
||||
snapshot of that filesystem from a later time or the current contents of the
|
||||
filesystem.
|
||||
@@ -57,35 +51,48 @@ indicate pathname, new pathname
|
||||
.Pq in case of rename ,
|
||||
change in link count, and optionally file type and/or change time.
|
||||
The types of change are:
|
||||
.Bd -literal
|
||||
- The path has been removed
|
||||
+ The path has been created
|
||||
M The path has been modified
|
||||
R The path has been renamed
|
||||
.Ed
|
||||
.Bl -tag -compact -offset Ds -width "M"
|
||||
.It Sy -
|
||||
The path has been removed
|
||||
.It Sy +
|
||||
The path has been created
|
||||
.It Sy M
|
||||
The path has been modified
|
||||
.It Sy R
|
||||
The path has been renamed
|
||||
.El
|
||||
.Bl -tag -width "-F"
|
||||
.It Fl F
|
||||
Display an indication of the type of file, in a manner similar to the
|
||||
.Fl F
|
||||
option of
|
||||
.Xr ls 1 .
|
||||
.Bd -literal
|
||||
B Block device
|
||||
C Character device
|
||||
/ Directory
|
||||
> Door
|
||||
| Named pipe
|
||||
@ Symbolic link
|
||||
P Event port
|
||||
= Socket
|
||||
F Regular file
|
||||
.Ed
|
||||
.Bl -tag -compact -offset 2n -width "B"
|
||||
.It Sy B
|
||||
Block device
|
||||
.It Sy C
|
||||
Character device
|
||||
.It Sy /
|
||||
Directory
|
||||
.It Sy >
|
||||
Door
|
||||
.It Sy |\&
|
||||
Named pipe
|
||||
.It Sy @
|
||||
Symbolic link
|
||||
.It Sy P
|
||||
Event port
|
||||
.It Sy =
|
||||
Socket
|
||||
.It Sy F
|
||||
Regular file
|
||||
.El
|
||||
.It Fl H
|
||||
Give more parsable tab-separated output, without header lines and without
|
||||
arrows.
|
||||
.It Fl t
|
||||
Display the path's inode change time as the first column of output.
|
||||
.El
|
||||
.El
|
||||
.
|
||||
.Sh SEE ALSO
|
||||
.Xr zfs-snapshot 8
|
||||
|
||||
Reference in New Issue
Block a user