summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@openbsd.org>2016-04-15 00:51:59 +0000
committerIngo Schwarze <schwarze@openbsd.org>2016-04-15 00:51:59 +0000
commita21b57a8157a3496f9cdc6f8feff0325f839a77f (patch)
tree4b94cae114a4f9f7f8684551b0d5f048215e342a
parentaabc253c10f7058df3c88983f91acceedb786ffb (diff)
downloadmandoc-a21b57a8157a3496f9cdc6f8feff0325f839a77f.tar.gz
In the architectures dropdown, move aviion, ia64, solbourne, and vax
down to the currently unsupported entries.
-rw-r--r--cgi.c18
1 files changed, 9 insertions, 9 deletions
diff --git a/cgi.c b/cgi.c
index 9e072116..6736bae1 100644
--- a/cgi.c
+++ b/cgi.c
@@ -108,16 +108,16 @@ static const int sec_MAX = sizeof(sec_names) / sizeof(char *);
static const char *const arch_names[] = {
"amd64", "alpha", "armish", "armv7",
- "aviion", "hppa", "hppa64", "i386",
- "ia64", "landisk", "loongson", "luna88k",
- "macppc", "mips64", "octeon", "sgi",
- "socppc", "solbourne", "sparc", "sparc64",
- "vax", "zaurus",
+ "hppa", "hppa64", "i386", "landisk",
+ "loongson", "luna88k", "macppc", "mips64",
+ "octeon", "sgi", "socppc", "sparc",
+ "sparc64", "zaurus",
"amiga", "arc", "arm32", "atari",
- "beagle", "cats", "hp300", "mac68k",
- "mvme68k", "mvme88k", "mvmeppc", "palm",
- "pc532", "pegasos", "pmax", "powerpc",
- "sun3", "wgrisc", "x68k"
+ "aviion", "beagle", "cats", "hp300",
+ "ia64", "mac68k", "mvme68k", "mvme88k",
+ "mvmeppc", "palm", "pc532", "pegasos",
+ "pmax", "powerpc", "solbourne", "sun3",
+ "vax", "wgrisc", "x68k"
};
static const int arch_MAX = sizeof(arch_names) / sizeof(char *);