Bug 261016

Summary: Incorrect chapter number in the Developers' Handbook
Product: Documentation Reporter: Pau Amma <pauamma>
Component: Books & ArticlesAssignee: Danilo G. Baio <dbaio>
Status: Closed FIXED    
Severity: Affects Only Me CC: dbaio
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   

Description Pau Amma 2022-01-08 00:26:05 UTC
documentation/content/en/books/developers-handbook/tools/_index.adoc has :sectnumoffset: set to A instead of 2, resulting in incorrect chapter 2 section numbers.
Comment 1 commit-hook freebsd_committer freebsd_triage 2022-01-08 13:16:23 UTC
A commit in branch main references this bug:

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

commit d73b6c0eaaf3ad2ab196763f25a13ba96005a64c
Author:     Danilo G. Baio <dbaio@FreeBSD.org>
AuthorDate: 2022-01-08 13:14:01 +0000
Commit:     Danilo G. Baio <dbaio@FreeBSD.org>
CommitDate: 2022-01-08 13:14:01 +0000

    developers-handbook/tools: Fix subsection attribute

    The subsection in tools is the second and not 'A'.

    Chapter 2
     - A.1
     - A.2
     - ...

    -->

    Chapter 2
     - 2.1
     - 2.2
     - ...

    PR:             261016
    Reported by:    Pau Amma

 documentation/content/en/books/developers-handbook/tools/_index.adoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
Comment 2 Danilo G. Baio freebsd_committer freebsd_triage 2022-01-08 13:17:19 UTC
Committed, thanks!