Bug 279295

Summary: [patch] Handbook - Chapter 22 - note display
Product: Documentation Reporter: Nikola Kotur <kotnick>
Component: Books & ArticlesAssignee: Ed Maste <emaste>
Status: Closed FIXED    
Severity: Affects Many People CC: emaste
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
Git patch none

Description Nikola Kotur 2024-05-25 12:41:40 UTC
Created attachment 250951 [details]
Git patch

In English version of handbook a note in FAQ is not properly rendered to HTML. This is not the case for the same section in translations (where Chapter 22 exists). You can see how it currently looks like here: https://docs.freebsd.org/en/books/handbook/zfs/#zfs-term-quota

Simple patch to fix it attached.
Comment 1 commit-hook freebsd_committer freebsd_triage 2024-05-25 13:56:01 UTC
A commit in branch main references this bug:

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

commit 79490efb8d04c19de1f0dc9fc6e509ed24e6378d
Author:     Nikola Kotur <kotnick@gmail.com>
AuthorDate: 2024-05-25 12:37:12 +0000
Commit:     Ed Maste <emaste@FreeBSD.org>
CommitDate: 2024-05-25 13:53:44 +0000

    handbook: Render properly a note in ZFS FAQ

    PR:             279295
    Reviewed by:    emaste

 documentation/content/en/books/handbook/zfs/_index.adoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
Comment 2 Ed Maste freebsd_committer freebsd_triage 2024-05-25 14:02:27 UTC
Thanks for the contribution!