Skip to content

Commit

Permalink
zfs(8): remove errors reported by mandoc 1.14.6
Browse files Browse the repository at this point in the history
Reviewed-by: Brian Behlendorf <[email protected]>
Reviewed-by: Ahelenia Ziemiańska <[email protected]>
Signed-off-by: szubersk <[email protected]>
Closes openzfs#13315
  • Loading branch information
szubersk authored and andrewc12 committed Sep 23, 2022
1 parent baa500f commit 25d37c0
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions man/man8/zfs.8
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ option reverted to the received value if one exists.
Displays space consumed by, and quotas on, each user, group, or project
in the specified filesystem or snapshot.
.It Xr zfs-project 8
List, set, or clear project ID and/or inherit flag on the file(s) or directories.
List, set, or clear project ID and/or inherit flag on the files or directories.
.El
.
.Ss Mountpoints
Expand Down Expand Up @@ -282,7 +282,8 @@ Add or change an encryption key on the specified dataset.
.It Xr zfs-load-key 8
Load the key for the specified encrypted dataset, enabling access.
.It Xr zfs-unload-key 8
Unload a key for the specified dataset, removing the ability to access the dataset.
Unload a key for the specified dataset,
removing the ability to access the dataset.
.El
.
.Ss Channel Programs
Expand Down Expand Up @@ -605,7 +606,7 @@ mount point permission is set to 755 by default, user
will be unable to mount file systems under
.Ar tank/cindys .
Add an ACE similar to the following syntax to provide mount point access:
.Dl # Cm chmod No A+user: Ns Ar cindys Ns :add_subdirectory:allow Ar /tank/cindys
.Dl # Cm chmod No A+user : Ns Ar cindys Ns :add_subdirectory:allow Ar /tank/cindys
.
.Ss Example 18 : No Delegating Create Time Permissions on a ZFS Dataset
The following example shows how to grant anyone in the group
Expand Down

0 comments on commit 25d37c0

Please sign in to comment.