aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGraham Perrin <grahamperrin@FreeBSD.org>2023-05-16 06:47:54 +0000
committerGraham Perrin <grahamperrin@FreeBSD.org>2023-05-16 06:47:54 +0000
commitc3aecad294e54495abd52dc95488e63127235b18 (patch)
tree5d3c0f894bfe874c06b69860ae58966bddbeed9d
parent24b32e8dc6c546f64f5855fd26893d0d5ef39bb3 (diff)
downloaddoc-c3aecad294.tar.gz
doc-c3aecad294.zip
FreeBSD Handbook: ZFS … Terminology: markup
The ` keystroke alone no longer produces the ` character in my desktop environment. I'll seek a fix for the input misbehaviour. In the meantime, here's a fix for a commit that should have included the character. Fixes: 24b32e8dc6 Remove non-working note box markup within a table
-rw-r--r--documentation/content/en/books/handbook/zfs/_index.adoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/content/en/books/handbook/zfs/_index.adoc b/documentation/content/en/books/handbook/zfs/_index.adoc
index 343c49ce9c..bf55c48c58 100644
--- a/documentation/content/en/books/handbook/zfs/_index.adoc
+++ b/documentation/content/en/books/handbook/zfs/_index.adoc
@@ -2819,7 +2819,7 @@ ZFS supports different types of quotas: the dataset quota, the <<zfs-term-refquo
Quotas limit the total size of a dataset and its descendants, including snapshots of the dataset, child datasets, and the snapshots of those datasets.
-Quotas cannot be set on ZFS volumes, as the volsize` property acts as an implicit quota.
+Quotas cannot be set on ZFS volumes, as the `volsize` property acts as an implicit quota.
|[[zfs-term-refquota]]Reference Quota
|A reference quota limits the amount of space a dataset can consume by enforcing a hard limit. This hard limit includes space referenced by the dataset alone and does not include space used by descendants, such as file systems or snapshots.