aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/read.c
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@openbsd.org>2017-06-24 18:58:33 +0000
committerIngo Schwarze <schwarze@openbsd.org>2017-06-24 18:58:33 +0000
commit2c006d32c71368198be005a13eacd7ce88f4ceb8 (patch)
tree6f7f3a2ec29510c1ba69ede8e5aaa7e143461753 /read.c
parent7c7573d24efe68deff8ef2dd98891de9ab99dc64 (diff)
downloadmandoc-2c006d32c71368198be005a13eacd7ce88f4ceb8.tar.gz
mandoc-2c006d32c71368198be005a13eacd7ce88f4ceb8.tar.zst
mandoc-2c006d32c71368198be005a13eacd7ce88f4ceb8.zip
operating system dependent message about unknown architecture;
inspired by mdoclint
Diffstat (limited to 'read.c')
-rw-r--r--read.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/read.c b/read.c
index 2bc6b844..c1bb13a7 100644
--- a/read.c
+++ b/read.c
@@ -1,4 +1,4 @@
-/* $Id: read.c,v 1.180 2017/06/24 15:59:50 schwarze Exp $ */
+/* $Id: read.c,v 1.181 2017/06/24 18:58:33 schwarze Exp $ */
/*
* Copyright (c) 2008, 2009, 2010, 2011 Kristaps Dzonsons <kristaps@bsd.lv>
* Copyright (c) 2010-2017 Ingo Schwarze <schwarze@openbsd.org>
@@ -90,6 +90,7 @@ static const char * const mandocerrs[MANDOCERR_MAX] = {
"Mdocdate found",
"Mdocdate missing",
+ "unknown architecture",
"operating system explicitly specified",
"RCS id missing",