diff options
author | Ingo Schwarze <schwarze@openbsd.org> | 2016-08-10 18:39:23 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@openbsd.org> | 2016-08-10 18:39:23 +0000 |
commit | 27e18e334d378c849667dff75a929850bbcb7a1b (patch) | |
tree | 532b23ed875819026d80997c202c3c5bbad86869 /cgi.c | |
parent | 42ca8bda6fd0c1fbdc972e84c63dee32158a2497 (diff) | |
download | mandoc-27e18e334d378c849667dff75a929850bbcb7a1b.tar.gz |
move armish and hppa64 down in the dropdown box; reminded by jmc@
Diffstat (limited to 'cgi.c')
-rw-r--r-- | cgi.c | 9 |
1 files changed, 5 insertions, 4 deletions
@@ -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", |