Date: Sun, 9 Feb 2025 17:31:16 GMT From: Wolfram Schneider <wosch@FreeBSD.org> To: doc-committers@FreeBSD.org, dev-commits-doc-all@FreeBSD.org Subject: git: 6a9d3d8939 - main - update Debian to 12.9.0 Message-ID: <202502091731.519HVGT1026869@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by wosch: URL: https://cgit.FreeBSD.org/doc/commit/?id=6a9d3d8939fe8b3ef22680711905a4e98377cd4a commit 6a9d3d8939fe8b3ef22680711905a4e98377cd4a Author: Wolfram Schneider <wosch@FreeBSD.org> AuthorDate: 2025-02-09 17:30:56 +0000 Commit: Wolfram Schneider <wosch@FreeBSD.org> CommitDate: 2025-02-09 17:30:56 +0000 update Debian to 12.9.0 --- website/content/en/cgi/man.cgi | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/website/content/en/cgi/man.cgi b/website/content/en/cgi/man.cgi index ab6397ebf6..83994a8d67 100755 --- a/website/content/en/cgi/man.cgi +++ b/website/content/en/cgi/man.cgi @@ -880,8 +880,7 @@ $manPathDefault = 'FreeBSD 14.2-RELEASE and Ports'; 'Debian 9.13.0', "$manLocalDir/Debian-9.13.0/man:$manLocalDir/Debian-9.13.0/misc", 'Debian 10.13.0', "$manLocalDir/Debian-10.13.0/man:$manLocalDir/Debian-10.13.0/misc", 'Debian 11.11.0', "$manLocalDir/Debian-11.11.0/man:$manLocalDir/Debian-11.11.0/misc", - 'Debian 12.7.0', "$manLocalDir/Debian-12.7.0/man:$manLocalDir/Debian-12.7.0/misc", - 'Debian 12.8.0', "$manLocalDir/Debian-12.8.0/man:$manLocalDir/Debian-12.8.0/misc", + 'Debian 12.9.0', "$manLocalDir/Debian-12.9.0/man:$manLocalDir/Debian-12.9.0/misc", 'Debian 13.0 unstable', "$manLocalDir/Debian-unstable/man:$manLocalDir/Debian-unstable/misc", 'Ubuntu 23.10 mantic', "$manLocalDir/Ubuntu-mantic-23.10/man:$manLocalDir/Ubuntu-mantic-23.10/misc", @@ -1144,12 +1143,12 @@ while ( ( $key, $val ) = each %manPath ) { 'slackware', 'Linux Slackware 3.1', 'redhat', 'Red Hat 9', 'suse', 'SuSE 11.3', - 'debian', 'Debian 12.8.0', + 'debian', 'Debian 12.9.0', 'ubuntu', 'Ubuntu 24.04 noble', 'dragonfly', 'DragonFly 6.4.0', 'centos', 'CentOS 7.9', 'rocky', 'Rocky 9.5', - 'linux', 'Debian 12.8.0', + 'linux', 'Debian 12.9.0', 'darwin', 'Darwin 8.0.1/ppc', 'opendarwin', 'OpenDarwin 7.2.1', 'macosx', 'Darwin 8.0.1/ppc',
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202502091731.519HVGT1026869>
