summaryrefslogtreecommitdiffstats
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
commit5c0ccf0b9c80e147c37ca8e8bd3039518b494c34 (patch)
tree14d35e5b5df4c9fac627fc0395376b98c64e72ea /read.c
parent74844fe9be9fb35fad14e3d3a88057a81b006521 (diff)
downloadmandoc-5c0ccf0b9c80e147c37ca8e8bd3039518b494c34.tar.gz
operating system dependent message about unknown architecture;
inspired by mdoclint
Diffstat (limited to 'read.c')
-rw-r--r--read.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/read.c b/read.c
index 8f66f9ce..83f9da47 100644
--- a/read.c
+++ b/read.c
@@ -90,6 +90,7 @@ static const char * const mandocerrs[MANDOCERR_MAX] = {
"Mdocdate found",
"Mdocdate missing",
+ "unknown architecture",
"operating system explicitly specified",
"RCS id missing",