aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/man.h
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@openbsd.org>2014-11-28 05:51:32 +0000
committerIngo Schwarze <schwarze@openbsd.org>2014-11-28 05:51:32 +0000
commit5ad0aed9e9f0fee4047fe0f4b00f3f0f0204f233 (patch)
tree2b36a35dc0206eb18c9762220951987814300465 /man.h
parent8f8821b48135e557417c2b0bb20231e265fecdc9 (diff)
downloadmandoc-5ad0aed9e9f0fee4047fe0f4b00f3f0f0204f233.tar.gz
mandoc-5ad0aed9e9f0fee4047fe0f4b00f3f0f0204f233.tar.zst
mandoc-5ad0aed9e9f0fee4047fe0f4b00f3f0f0204f233.zip
Simplify by making many functions in the man(7) parser void,
and some cleanup; no functional change, minus 70 lines.
Diffstat (limited to 'man.h')
-rw-r--r--man.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/man.h b/man.h
index aa80b673..22827c53 100644
--- a/man.h
+++ b/man.h
@@ -1,4 +1,4 @@
-/* $Id: man.h,v 1.65 2014/06/20 23:02:31 schwarze Exp $ */
+/* $Id: man.h,v 1.66 2014/11/28 05:51:32 schwarze Exp $ */
/*
* Copyright (c) 2009, 2010, 2011 Kristaps Dzonsons <kristaps@bsd.lv>
* Copyright (c) 2014 Ingo Schwarze <schwarze@openbsd.org>
@@ -68,7 +68,6 @@ enum man_type {
MAN_BLOCK,
MAN_HEAD,
MAN_BODY,
- MAN_TAIL,
MAN_TBL,
MAN_EQN
};