diff options
author | Ingo Schwarze <schwarze@openbsd.org> | 2015-01-24 02:41:49 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@openbsd.org> | 2015-01-24 02:41:49 +0000 |
commit | 46720e11f3c6e90c1850aaeb920a5a9b9b6eb659 (patch) | |
tree | 766adc3a89b9e019a0358906bfd706a7fbe2163c /man.h | |
parent | 9c71b16d77c19d5b2623befffcb1f7a489960bcc (diff) | |
download | mandoc-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.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -38,7 +38,6 @@ enum mant { MAN_I, MAN_IR, MAN_RI, - MAN_na, MAN_sp, MAN_nf, MAN_fi, |