summaryrefslogtreecommitdiff
path: root/usr.bin
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2017-01-25 03:19:57 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2017-01-25 03:19:57 +0000
commit15ecf263d8e376cba9750fe094927cc106214250 (patch)
treec17d02ecd1d1233a21648e239962dcdf05be6a24 /usr.bin
parent64fe44d166ee17d9741e8c7ac6ae9b92d1606ce3 (diff)
+arm64
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/mandoc/cgi.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/mandoc/cgi.c b/usr.bin/mandoc/cgi.c
index c8a9ee7ac58..d526e243bdd 100644
--- a/usr.bin/mandoc/cgi.c
+++ b/usr.bin/mandoc/cgi.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: cgi.c,v 1.84 2017/01/25 02:14:41 schwarze Exp $ */
+/* $OpenBSD: cgi.c,v 1.85 2017/01/25 03:19:56 deraadt Exp $ */
/*
* Copyright (c) 2011, 2012 Kristaps Dzonsons <kristaps@bsd.lv>
* Copyright (c) 2014, 2015, 2016, 2017 Ingo Schwarze <schwarze@usta.de>
@@ -111,7 +111,7 @@ static const char *const sec_names[] = {
static const int sec_MAX = sizeof(sec_names) / sizeof(char *);
static const char *const arch_names[] = {
- "amd64", "alpha", "armv7",
+ "amd64", "alpha", "armv7", "arm64",
"hppa", "i386", "landisk",
"loongson", "luna88k", "macppc", "mips64",
"octeon", "sgi", "socppc", "sparc64",