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_validate.c | |
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_validate.c')
-rw-r--r-- | man_validate.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/man_validate.c b/man_validate.c index 48f2ed5b..3a774965 100644 --- a/man_validate.c +++ b/man_validate.c @@ -79,7 +79,6 @@ static v_check man_valids[MAN_MAX] = { NULL, /* I */ NULL, /* IR */ NULL, /* RI */ - check_eq0, /* na */ post_vs, /* sp */ post_nf, /* nf */ post_fi, /* fi */ |