git: c3aecad294 - main - FreeBSD Handbook: ZFS … Terminology: markup

From: Graham Perrin <grahamperrin_at_FreeBSD.org>
Date: Tue, 16 May 2023 06:58:55 UTC
The branch main has been updated by grahamperrin:

URL: https://cgit.FreeBSD.org/doc/commit/?id=c3aecad294e54495abd52dc95488e63127235b18

commit c3aecad294e54495abd52dc95488e63127235b18
Author:     Graham Perrin <grahamperrin@FreeBSD.org>
AuthorDate: 2023-05-16 06:47:54 +0000
Commit:     Graham Perrin <grahamperrin@FreeBSD.org>
CommitDate: 2023-05-16 06:47:54 +0000

    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
---
 documentation/content/en/books/handbook/zfs/_index.adoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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.