summaryrefslogtreecommitdiffstats
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
commit27e18e334d378c849667dff75a929850bbcb7a1b (patch)
tree532b23ed875819026d80997c202c3c5bbad86869 /cgi.c
parent42ca8bda6fd0c1fbdc972e84c63dee32158a2497 (diff)
downloadmandoc-27e18e334d378c849667dff75a929850bbcb7a1b.tar.gz
move armish and hppa64 down in the dropdown box; reminded by jmc@
Diffstat (limited to 'cgi.c')
-rw-r--r--cgi.c9
1 files changed, 5 insertions, 4 deletions
diff --git a/cgi.c b/cgi.c
index 2d444325..00b3c526 100644
--- a/cgi.c
+++ b/cgi.c
@@ -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",