Bug 269539

Summary: Section 2.1 in the handbook has a broken unordered list
Product: Documentation Reporter: Andrey Portnoy <aportnoy>
Component: Books & ArticlesAssignee: Sergio Carlavilla Delgado <carlavilla>
Status: Closed FIXED    
Severity: Affects Many People CC: carlavilla
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
Patch fixing the issue. none

Description Andrey Portnoy 2023-02-13 22:25:55 UTC
Created attachment 240138 [details]
Patch fixing the issue.

The unordered list of image types is broken because a '*' character is missing in the first list item.
Comment 1 commit-hook freebsd_committer freebsd_triage 2023-02-17 15:25:58 UTC
A commit in branch main references this bug:

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

commit 15d6d76b0fa4344929b56801e2305dc852195c05
Author:     Andrey Portnoy <aportnoy@fastmail.com>
AuthorDate: 2023-02-17 15:24:56 +0000
Commit:     Sergio Carlavilla Delgado <carlavilla@FreeBSD.org>
CommitDate: 2023-02-17 15:24:56 +0000

    Fix unordered list in bsdinstall handbook chapter

    PR:             269539

 documentation/content/en/books/handbook/bsdinstall/_index.adoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
Comment 2 Sergio Carlavilla Delgado freebsd_committer freebsd_triage 2023-02-17 15:26:23 UTC
Fixed, thanks!