mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2026-05-28 17:39:23 +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:
+10
-17
@@ -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,35 +29,29 @@
|
||||
.\" Copyright 2018 Nexenta Systems, Inc.
|
||||
.\" Copyright 2019 Joyent, Inc.
|
||||
.\"
|
||||
.Dd June 30, 2019
|
||||
.Dd May 27, 2021
|
||||
.Dt ZFS-CLONE 8
|
||||
.Os
|
||||
.
|
||||
.Sh NAME
|
||||
.Nm zfs-clone
|
||||
.Nd Creates a clone of the given snapshot.
|
||||
.Nd clone snapshot of ZFS dataset
|
||||
.Sh SYNOPSIS
|
||||
.Nm zfs
|
||||
.Cm clone
|
||||
.Op Fl p
|
||||
.Oo Fl o Ar property Ns = Ns Ar value Oc Ns ...
|
||||
.Oo Fl o Ar property Ns = Ns Ar value Oc Ns …
|
||||
.Ar snapshot Ar filesystem Ns | Ns Ar volume
|
||||
.
|
||||
.Sh DESCRIPTION
|
||||
.Bl -tag -width ""
|
||||
.It Xo
|
||||
.Nm zfs
|
||||
.Cm clone
|
||||
.Op Fl p
|
||||
.Oo Fl o Ar property Ns = Ns Ar value Oc Ns ...
|
||||
.Ar snapshot Ar filesystem Ns | Ns Ar volume
|
||||
.Xc
|
||||
See the
|
||||
.Em Clones
|
||||
.Sx Clones
|
||||
section of
|
||||
.Xr zfsconcepts 8
|
||||
for details.
|
||||
The target dataset can be located anywhere in the ZFS hierarchy, and is created
|
||||
as the same type as the original.
|
||||
.Bl -tag -width "-o"
|
||||
The target dataset can be located anywhere in the ZFS hierarchy,
|
||||
and is created as the same type as the original.
|
||||
.Bl -tag -width Ds
|
||||
.It Fl o Ar property Ns = Ns Ar value
|
||||
Sets the specified property; see
|
||||
.Nm zfs Cm create
|
||||
@@ -71,7 +64,7 @@ property inherited from their parent.
|
||||
If the target filesystem or volume already exists, the operation completes
|
||||
successfully.
|
||||
.El
|
||||
.El
|
||||
.
|
||||
.Sh SEE ALSO
|
||||
.Xr zfs-promote 8 ,
|
||||
.Xr zfs-snapshot 8
|
||||
|
||||
Reference in New Issue
Block a user