Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 21 Nov 2023 02:35:09 GMT
From:      Muhammad Moinur Rahman <bofh@FreeBSD.org>
To:        doc-committers@FreeBSD.org, dev-commits-doc-all@FreeBSD.org
Subject:   git: 25b2f1bd4b - main - website/content: Fix missing commas
Message-ID:  <202311210235.3AL2Z9wf041150@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by bofh:

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

commit 25b2f1bd4b8d6e734b6a6323bb1dd49a5964e66d
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2023-11-21 02:34:15 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2023-11-21 02:34:15 +0000

    website/content: Fix missing commas
    
    Fixes: 2ab154a114 Remove projected keyword for 14
---
 website/content/en/platforms/_index.adoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/website/content/en/platforms/_index.adoc b/website/content/en/platforms/_index.adoc
index e32a07b225..e3398afd2e 100644
--- a/website/content/en/platforms/_index.adoc
+++ b/website/content/en/platforms/_index.adoc
@@ -12,7 +12,7 @@ include::shared/en/urls.adoc[]
 Here is a list of platforms supported by FreeBSD.
 
 [.tblbasic]
-[cols=",,,,",options="header",]
+[cols=",,,,,",options="header",]
 |===
 |Platform Name |TARGET_ARCH |12.x link:{committers-guide}#archs[Support Tier] |13.x link:{committers-guide}#archs[Support Tier] |14.x link:{committers-guide}#archs[Support Tier] |Projected 15.x link:{committers-guide}#archs[Support Tier]
 |64-bit x86 |link:amd64[amd64] |Tier 1 |Tier 1 |Tier 1 |Tier 1



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202311210235.3AL2Z9wf041150>