Bug 268427 - porters-handbook/versions: Fix table rendering
Summary: porters-handbook/versions: Fix table rendering
Status: Closed FIXED
Alias: None
Product: Documentation
Classification: Unclassified
Component: Books & Articles (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Many People
Assignee: Danilo G. Baio
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-12-17 09:58 UTC by Juraj Lutter
Modified: 2022-12-17 11:41 UTC (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.