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 <[email protected]>
Reviewed-by: George Melikov <[email protected]>
Reviewed-by: Brian Behlendorf <[email protected]>
Signed-off-by: Grischa Zengel <[email protected]>
Closes #10419
  • Loading branch information
ggzengel authored and lundman committed Jun 12, 2020
1 parent 4f476af commit 562639d
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 562639d

Please sign in to comment.