mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2026-05-22 02:27:36 +03:00
Fix cases where "descendent" is used as a noun
As per Wiktionary: "descendent" may be used as an adjective (e.g. "a descendent dataset") but for nouns (e.g. "descendants of this dataset"), "descendant" is the correct spelling. Signed-off-by: Simon Howard <fraggle@gmail.com> Reviewed-by: Tony Hutter <hutter2@llnl.gov> Reviewed-by: Alexander Motin <mav@FreeBSD.org>
This commit is contained in:
committed by
Tony Hutter
parent
73494f3352
commit
b386bf87c1
@@ -188,7 +188,7 @@ form below for details.
|
||||
If neither of the
|
||||
.Fl dl
|
||||
options are specified, or both are, then the permissions are allowed for the
|
||||
file system or volume, and all of its descendents.
|
||||
file system or volume, and all of its descendants.
|
||||
.Pp
|
||||
Permissions are generally the ability to use a ZFS subcommand or change a ZFS
|
||||
property.
|
||||
@@ -311,7 +311,7 @@ to the creator of any newly-created descendent file system.
|
||||
Defines or adds permissions to a permission set.
|
||||
The set can be used by other
|
||||
.Nm zfs Cm allow
|
||||
commands for the specified file system and its descendents.
|
||||
commands for the specified file system and its descendants.
|
||||
Sets are evaluated dynamically, so changes to a set are immediately reflected.
|
||||
Permission sets follow the same naming restrictions as ZFS file systems, but the
|
||||
name must begin with
|
||||
@@ -371,7 +371,7 @@ command for a description of the
|
||||
options.
|
||||
.Bl -tag -width "-r"
|
||||
.It Fl r
|
||||
Recursively remove the permissions from this file system and all descendents.
|
||||
Recursively remove the permissions from this file system and all descendants.
|
||||
.El
|
||||
.It Xo
|
||||
.Nm zfs
|
||||
|
||||
+1
-1
@@ -296,7 +296,7 @@ hierarchy.
|
||||
When a snapshot is missing, instead of throwing an error and aborting the send,
|
||||
a warning is printed to the standard error stream and the dataset to which it
|
||||
belongs
|
||||
and its descendents are skipped.
|
||||
and its descendants are skipped.
|
||||
This flag can only be used in conjunction with
|
||||
.Fl R .
|
||||
.It Fl v , -verbose
|
||||
|
||||
Reference in New Issue
Block a user