aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/man_validate.c
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2010-12-08 10:58:22 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2010-12-08 10:58:22 +0000
commit9fe5e084a133af51b7b2cfb5b057fccc5462d2db (patch)
treed792f6b39600b54f1e6131f538c0bef8a02ec6dd /man_validate.c
parent27c6c542f944700eec3272d11b0709ea5abb60ab (diff)
downloadmandoc-9fe5e084a133af51b7b2cfb5b057fccc5462d2db.tar.gz
mandoc-9fe5e084a133af51b7b2cfb5b057fccc5462d2db.tar.zst
mandoc-9fe5e084a133af51b7b2cfb5b057fccc5462d2db.zip
Remove `i' and `r' macro handlers. These macros, originally part of the
me package, aren't recognised by "groff -mandoc" so we don't need to do so either. Discussed on tech@ with schwarze@. While at it, remove references to `b' in man.7. As far as I know, this was never supported anyway.
Diffstat (limited to 'man_validate.c')
-rw-r--r--man_validate.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/man_validate.c b/man_validate.c
index 94bfdf29..d3665d6b 100644
--- a/man_validate.c
+++ b/man_validate.c
@@ -1,4 +1,4 @@
-/* $Id: man_validate.c,v 1.55 2010/12/06 15:31:19 kristaps Exp $ */
+/* $Id: man_validate.c,v 1.56 2010/12/08 10:58:22 kristaps Exp $ */
/*
* Copyright (c) 2008, 2009, 2010 Kristaps Dzonsons <kristaps@bsd.lv>
*
@@ -98,11 +98,9 @@ static const struct man_valid man_valids[MAN_MAX] = {
{ NULL, NULL }, /* IR */
{ NULL, NULL }, /* RI */
{ NULL, posts_eq0 }, /* na */ /* FIXME: should warn only. */
- { NULL, NULL }, /* i */
{ NULL, posts_le1 }, /* sp */ /* FIXME: should warn only. */
{ pres_bline, posts_nf }, /* nf */
{ pres_bline, posts_fi }, /* fi */
- { NULL, NULL }, /* r */
{ NULL, NULL }, /* RE */
{ NULL, posts_part }, /* RS */
{ NULL, NULL }, /* DT */