Skip to content

Commit

Permalink
man.8: Add bookmark to list of types
Browse files Browse the repository at this point in the history
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 openzfs#10419
  • Loading branch information
ggzengel authored and jsai20 committed Mar 30, 2021
1 parent c2b9316 commit 7cb5d1c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion man/man8/zfsprops.8
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 7cb5d1c

Please sign in to comment.