summaryrefslogtreecommitdiffstats
path: root/man.h
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@openbsd.org>2015-01-24 02:41:49 +0000
committerIngo Schwarze <schwarze@openbsd.org>2015-01-24 02:41:49 +0000
commit46720e11f3c6e90c1850aaeb920a5a9b9b6eb659 (patch)
tree766adc3a89b9e019a0358906bfd706a7fbe2163c /man.h
parent9c71b16d77c19d5b2623befffcb1f7a489960bcc (diff)
downloadmandoc-46720e11f3c6e90c1850aaeb920a5a9b9b6eb659.tar.gz
Strangely, ignoring the roff(7) .na request was implemented in the man(7)
parser. Simplify the code by moving it into the roff(7) parser, also making it work for mdoc(7).
Diffstat (limited to 'man.h')
-rw-r--r--man.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/man.h b/man.h
index abeab2ba..08a1f752 100644
--- a/man.h
+++ b/man.h
@@ -38,7 +38,6 @@ enum mant {
MAN_I,
MAN_IR,
MAN_RI,
- MAN_na,
MAN_sp,
MAN_nf,
MAN_fi,