aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/cgi.c
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@openbsd.org>2016-08-10 18:39:23 +0000
committerIngo Schwarze <schwarze@openbsd.org>2016-08-10 18:39:23 +0000
commit7e7a3a3122db15e60fa9a6b4c17f2a4c23ac3b80 (patch)
tree21a8e5bd226fbd7a0445a703ee7fe5f5c88fa15e /cgi.c
parent72aea85c53fcac9c83340ff235805d5227119998 (diff)
downloadmandoc-7e7a3a3122db15e60fa9a6b4c17f2a4c23ac3b80.tar.gz
mandoc-7e7a3a3122db15e60fa9a6b4c17f2a4c23ac3b80.tar.zst
mandoc-7e7a3a3122db15e60fa9a6b4c17f2a4c23ac3b80.zip
move armish and hppa64 down in the dropdown box; reminded by jmc@
Diffstat (limited to 'cgi.c')
-rw-r--r--cgi.c11
1 files changed, 6 insertions, 5 deletions
diff --git a/cgi.c b/cgi.c
index 6643b35d..ce9068a1 100644
--- a/cgi.c
+++ b/cgi.c
@@ -1,4 +1,4 @@
-/* $Id: cgi.c,v 1.136 2016/07/31 23:37:23 schwarze Exp $ */
+/* $Id: cgi.c,v 1.137 2016/08/10 18:39:23 schwarze Exp $ */
/*
* Copyright (c) 2011, 2012 Kristaps Dzonsons <kristaps@bsd.lv>
* Copyright (c) 2014, 2015, 2016 Ingo Schwarze <schwarze@usta.de>
@@ -113,13 +113,14 @@ static const char *const sec_names[] = {
static const int sec_MAX = sizeof(sec_names) / sizeof(char *);
static const char *const arch_names[] = {
- "amd64", "alpha", "armish", "armv7",
- "hppa", "hppa64", "i386", "landisk",
+ "amd64", "alpha", "armv7",
+ "hppa", "i386", "landisk",
"loongson", "luna88k", "macppc", "mips64",
"octeon", "sgi", "socppc", "sparc",
"sparc64", "zaurus",
- "amiga", "arc", "arm32", "atari",
- "aviion", "beagle", "cats", "hp300",
+ "amiga", "arc", "armish", "arm32",
+ "atari", "aviion", "beagle", "cats",
+ "hppa64", "hp300",
"ia64", "mac68k", "mvme68k", "mvme88k",
"mvmeppc", "palm", "pc532", "pegasos",
"pmax", "powerpc", "solbourne", "sun3",