mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2026-06-01 11:44:16 +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:
+11
-13
@@ -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.
|
||||
@@ -31,29 +30,28 @@
|
||||
.\" Copyright 2019 Joyent, Inc.
|
||||
.\" Copyright (c) 2019, 2020 by Christian Schwarz. All Rights Reserved.
|
||||
.\"
|
||||
.Dd June 30, 2019
|
||||
.Dt ZFS-BOOKMARK 8 SMM
|
||||
.Dd May 27, 2021
|
||||
.Dt ZFS-BOOKMARK 8
|
||||
.Os
|
||||
.
|
||||
.Sh NAME
|
||||
.Nm zfs-bookmark
|
||||
.Nd Creates a bookmark of the given snapshot.
|
||||
.Nd create bookmark of ZFS snapshot
|
||||
.Sh SYNOPSIS
|
||||
.Sh DESCRIPTION
|
||||
.Bl -tag -width ""
|
||||
.It Xo
|
||||
.Nm zfs
|
||||
.Cm bookmark
|
||||
.Ar snapshot Ns | Ns Ar bookmark newbookmark
|
||||
.Xc
|
||||
.Ar snapshot Ns | Ns Ar bookmark
|
||||
.Ar newbookmark
|
||||
.
|
||||
.Sh DESCRIPTION
|
||||
Creates a new bookmark of the given snapshot or bookmark.
|
||||
Bookmarks mark the point in time when the snapshot was created, and can be used
|
||||
as the incremental source for a
|
||||
.Xr zfs-send 8
|
||||
command.
|
||||
.Nm zfs Cm send .
|
||||
.Pp
|
||||
When creating a bookmark from an existing redaction bookmark, the resulting
|
||||
bookmark is
|
||||
.Sy not
|
||||
.Em not
|
||||
a redaction bookmark.
|
||||
.Pp
|
||||
This feature must be enabled to be used.
|
||||
@@ -62,7 +60,7 @@ See
|
||||
for details on ZFS feature flags and the
|
||||
.Sy bookmarks
|
||||
feature.
|
||||
.El
|
||||
.
|
||||
.Sh SEE ALSO
|
||||
.Xr zfs-destroy 8 ,
|
||||
.Xr zfs-send 8 ,
|
||||
|
||||
Reference in New Issue
Block a user