summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorYorhel <git@yorhel.nl>2017-02-26 09:07:37 +0100
committerYorhel <git@yorhel.nl>2017-02-26 09:07:37 +0100
commit34e8ee860328be5800eed267d3068f4c132cd3ae (patch)
tree8bc78c1519eb442793656ca134e0c5df09046ab2 /www
parent8e5fa1e1652a007a49805ba7e35d5aba935bfc1e (diff)
Add link to Debian man pages
Diffstat (limited to 'www')
-rwxr-xr-xwww/index.pl1
1 files changed, 1 insertions, 0 deletions
diff --git a/www/index.pl b/www/index.pl
index 8769129..aea4ac1 100755
--- a/www/index.pl
+++ b/www/index.pl
@@ -143,6 +143,7 @@ sub home {
li; a href => 'http://linux.die.net/man/', 'die.net'; txt ' - Seems to be based on an RPM-based Linux distribution.'; end;
li; a href => 'http://manpages.org/', 'manpages.org'; txt ' - Lots of mostly-nicely formatted man pages, no clue about source.'; end;
li; a href => 'http://www.manpagez.com/', 'manpagez.com'; txt ' - Mac OS X, has some GTK-html and texinfo documentation as well.'; end;
+ li; a href => 'https://manpages.debian.org/', 'Debian Man Pages'; end;
li; a href => 'https://www.dragonflybsd.org/cgi/web-man', 'DragonFlyBSD Man Pages'; end;
li; a href => 'http://www.freebsd.org/cgi/man.cgi', 'FreeBSD.org Man Pages'; end;
li; a href => 'http://www.openbsd.org/cgi-bin/man.cgi', 'OpenBSD Man Pages'; end;