diff --git a/man/man7/zfsprops.7 b/man/man7/zfsprops.7 index 8626fa3d2..534d6c762 100644 --- a/man/man7/zfsprops.7 +++ b/man/man7/zfsprops.7 @@ -220,7 +220,7 @@ This property can also be referred to by its shortened column name, .It Sy logicalused The amount of space that is .Qq logically -consumed by this dataset and all its descendents. +consumed by this dataset and all its descendants. See the .Sy used property. @@ -298,7 +298,7 @@ The type of dataset: or .Sy bookmark . .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 descendants. This is the value that is checked against this dataset's quota and reservation. The space used does not include this dataset's reservation, but does take into account the reservations of any descendent datasets. @@ -361,7 +361,7 @@ The amount of space used by this dataset itself, which would be freed if the dataset were destroyed .Po after first removing any .Sy refreservation -and destroying any necessary snapshots or descendents +and destroying any necessary snapshots or descendants .Pc . .It Sy usedbyrefreservation The amount of space used by a @@ -1270,7 +1270,7 @@ Setting a .Sy filesystem_limit to .Sy on -a descendent of a filesystem that already has a +a descendant of a filesystem that already has a .Sy filesystem_limit does not override the ancestor's .Sy filesystem_limit , @@ -1362,11 +1362,11 @@ then only metadata is cached. The default value is .Sy all . .It Sy quota Ns = Ns Ar size Ns | Ns Sy none -Limits the amount of space a dataset and its descendents can consume. +Limits the amount of space a dataset and its descendants can consume. This property enforces a hard limit on the amount of space used. -This includes all space consumed by descendents, including file systems and +This includes all space consumed by descendants, including file systems and snapshots. -Setting a quota on a descendent of a dataset that already has a quota does not +Setting a quota on a descendant of a dataset that already has a quota does not override the ancestor's quota, but rather imposes an additional limit. .Pp Quotas cannot be set on volumes, as the @@ -1374,10 +1374,10 @@ Quotas cannot be set on volumes, as the property acts as an implicit quota. .It Sy snapshot_limit Ns = Ns Ar count Ns | Ns Sy none Limits the number of snapshots that can be created on a dataset and its -descendents. +descendants. Setting a .Sy snapshot_limit -on a descendent of a dataset that already has a +on a descendant of a dataset that already has a .Sy snapshot_limit does not override the ancestor's .Sy snapshot_limit , @@ -1608,11 +1608,11 @@ The default value is .It Sy refquota Ns = Ns Ar size Ns | Ns Sy none Limits the amount of space a dataset can consume. This property enforces a hard limit on the amount of space used. -This hard limit does not include space used by descendents, including file +This hard limit does not include space used by descendants, including file systems and snapshots. .It Sy refreservation Ns = Ns Ar size Ns | Ns Sy none Ns | Ns Sy auto The minimum amount of space guaranteed to a dataset, not including its -descendents. +descendants. When the amount of space used is below this value, the dataset is treated as if it were taking up the amount of space specified by .Sy refreservation . diff --git a/man/man8/zfs-allow.8 b/man/man8/zfs-allow.8 index 0ea9ea216..22e98ad09 100644 --- a/man/man8/zfs-allow.8 +++ b/man/man8/zfs-allow.8 @@ -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 diff --git a/man/man8/zfs-send.8 b/man/man8/zfs-send.8 index a05e67458..c920a5a48 100644 --- a/man/man8/zfs-send.8 +++ b/man/man8/zfs-send.8 @@ -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