summaryrefslogtreecommitdiffstats
path: root/usr.bin/mandoc/man.h
diff options
context:
space:
mode:
authorschwarze <schwarze@openbsd.org>2010-05-13 20:34:29 +0000
committerschwarze <schwarze@openbsd.org>2010-05-13 20:34:29 +0000
commit76e1f6750b14c432f7a1ddea7ef59980ea7155e7 (patch)
tree612c6b74c5d122b8ef556eaff8e137daacc739c0 /usr.bin/mandoc/man.h
parentSynchronise amd64 more with other PMAP_DIRECT architectures. (step 1, (diff)
downloadwireguard-openbsd-76e1f6750b14c432f7a1ddea7ef59980ea7155e7.tar.xz
wireguard-openbsd-76e1f6750b14c432f7a1ddea7ef59980ea7155e7.zip
Remove the command line option -fno-ign-chars.
This option was not useful, you never want mandoc to die just because there is an invalid character in the input file, neither in production nor when linting: a warning is sufficient. This was particularly annoying because it was part of -fstrict and could not be switched off. "less is more" kristaps@
Diffstat (limited to 'usr.bin/mandoc/man.h')
-rw-r--r--usr.bin/mandoc/man.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.bin/mandoc/man.h b/usr.bin/mandoc/man.h
index 5c4372e03e5..ecf250e1dd4 100644
--- a/usr.bin/mandoc/man.h
+++ b/usr.bin/mandoc/man.h
@@ -1,4 +1,4 @@
-/* $Id: man.h,v 1.15 2010/04/25 16:32:19 schwarze Exp $ */
+/* $Id: man.h,v 1.16 2010/05/13 20:34:29 schwarze Exp $ */
/*
* Copyright (c) 2009 Kristaps Dzonsons <kristaps@kth.se>
*
@@ -104,7 +104,6 @@ struct man_node {
};
#define MAN_IGN_MACRO (1 << 0)
-#define MAN_IGN_CHARS (1 << 1)
#define MAN_IGN_ESCAPE (1 << 2)
extern const char *const *man_macronames;