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 <mahrens@delphix.com>
Reviewed-by: George Melikov <mail@gmelikov.ru>
Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
Signed-off-by: Grischa Zengel <github.zfsonlinux@zengel.info>
Closes #10419
This commit is contained in:
Grischa Zengel 2020-06-11 02:53:07 +02:00 committed by GitHub
parent 2bc07c6dff
commit 059f7c20e3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -282,8 +282,9 @@ has been set somewhere in the tree under which the dataset resides.
The type of dataset: The type of dataset:
.Sy filesystem , .Sy filesystem ,
.Sy volume , .Sy volume ,
.Sy snapshot ,
or or
.Sy snapshot . .Sy bookmark .
.It Sy used .It Sy used
The amount of space consumed by this dataset and all its descendents. 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. This is the value that is checked against this dataset's quota and reservation.