From 059f7c20e3d410efb48aacce42abf47df316bee4 Mon Sep 17 00:00:00 2001 From: Grischa Zengel Date: Thu, 11 Jun 2020 02:53:07 +0200 Subject: [PATCH] man.8: Add bookmark to list of types While checking bash_completion I missed bookmark as type. ``` # zfs get type zpool2#b NAME PROPERTY VALUE SOURCE zpool2#b type bookmark - ``` Reviewed-by: Matthew Ahrens Reviewed-by: George Melikov Reviewed-by: Brian Behlendorf Signed-off-by: Grischa Zengel Closes #10419 --- man/man8/zfsprops.8 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/man/man8/zfsprops.8 b/man/man8/zfsprops.8 index 139198db0c..5a2b45e64f 100644 --- a/man/man8/zfsprops.8 +++ b/man/man8/zfsprops.8 @@ -282,8 +282,9 @@ has been set somewhere in the tree under which the dataset resides. The type of dataset: .Sy filesystem , .Sy volume , +.Sy snapshot , or -.Sy snapshot . +.Sy bookmark . .It Sy used The amount of space consumed by this dataset and all its descendents. This is the value that is checked against this dataset's quota and reservation.