git: a4f0b54f73 - main - add Debian 13.0.0 manual pages
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 10 Aug 2025 06:04:42 UTC
The branch main has been updated by wosch: URL: https://cgit.FreeBSD.org/doc/commit/?id=a4f0b54f73adff5657bb5d75c2147894e8edd12a commit a4f0b54f73adff5657bb5d75c2147894e8edd12a Author: Wolfram Schneider <wosch@FreeBSD.org> AuthorDate: 2025-08-10 06:04:06 +0000 Commit: Wolfram Schneider <wosch@FreeBSD.org> CommitDate: 2025-08-10 06:04:06 +0000 add Debian 13.0.0 manual pages --- website/content/en/cgi/man.cgi | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/website/content/en/cgi/man.cgi b/website/content/en/cgi/man.cgi index 01821697dc..6f1903bffd 100755 --- a/website/content/en/cgi/man.cgi +++ b/website/content/en/cgi/man.cgi @@ -940,7 +940,8 @@ $manPathDefault = 'FreeBSD 14.3-RELEASE and Ports'; '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.11.0', "$manLocalDir/Debian-12.11.0/man:$manLocalDir/Debian-12.11.0/misc", - 'Debian 13.0 unstable', "$manLocalDir/Debian-unstable/man:$manLocalDir/Debian-unstable/misc", + 'Debian 13.0.0', "$manLocalDir/Debian-13.0.0/man:$manLocalDir/Debian-13.0.0/misc", + 'Debian 14.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", @@ -1217,12 +1218,12 @@ while ( ( $key, $val ) = each %manPath ) { 'slackware', 'Linux Slackware 3.1', 'redhat', 'Red Hat 9', 'suse', 'SuSE 11.3', - 'debian', 'Debian 12.11.0', + 'debian', 'Debian 13.0.0', 'ubuntu', 'Ubuntu 24.04 noble', 'dragonfly', 'DragonFly 6.4.0', 'centos', 'CentOS 7.9', 'rocky', 'Rocky 10.0', - 'linux', 'Debian 12.11.0', + 'linux', 'Debian 13.0.0', 'darwin', 'Darwin 8.0.1/ppc', 'opendarwin', 'OpenDarwin 7.2.1', 'macosx', 'Darwin 8.0.1/ppc',