Bug 268427

Summary: porters-handbook/versions: Fix table rendering
Product: Documentation Reporter: Juraj Lutter <otis>
Component: Books & ArticlesAssignee: Danilo G. Baio <dbaio>
Status: Closed FIXED    
Severity: Affects Many People CC: dbaio, grahamperrin, re
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   
See Also: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=268425

Description Juraj Lutter freebsd_committer freebsd_triage 2022-12-17 09:58:44 UTC
There seems to be unprocessed entries below version 1301507.

...
|1301510 |6820a0512fa6 |December 8, 2022 |13.1-STABLE after LinuxKPI dmi_matches() fixes.

//// Template:

13XXXXX

XXXXXXXX

October 30, 2021

13.0-STABLE after XXXXXX. ////

== FreeBSD 12 Versions

.FreeBSD 12 __FreeBSD_version Values [cols="1,1,1,1", frame="none", options="header"]

| Value | Revision | Date | Release

|1200000 |302409 |July 7, 2016 |12.0-CURRENT.
...
Comment 2 commit-hook freebsd_committer freebsd_triage 2022-12-17 11:29:48 UTC
A commit in branch main references this bug:

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

commit ee220271f90d3f9e6ff18ee0b31c8434246feca2
Author:     Danilo G. Baio <dbaio@FreeBSD.org>
AuthorDate: 2022-12-17 11:25:54 +0000
Commit:     Danilo G. Baio <dbaio@FreeBSD.org>
CommitDate: 2022-12-17 11:25:54 +0000

    porters-handbook/versions: Fix table rendering

    While here, add a new line before the end of the table; it's a common
    issue to add the end of the table markup when adding a new version
    entry.

    PR:             268427 [1]
    Reported by:    otis[1] pauamma (IRC)

 documentation/content/en/books/porters-handbook/versions/_index.adoc | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)
Comment 3 Danilo G. Baio freebsd_committer freebsd_triage 2022-12-17 11:38:40 UTC
Thanks for reporting.