summaryrefslogtreecommitdiff
path: root/man.h
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2014-12-02 07:34:06 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2014-12-02 07:34:06 +0000
commit81bffeeaab8522951713b1d92166c2c877ceedc3 (patch)
tree95f51dd036cb6d9094d95488706762fc8414d115 /man.h
parent52c0e9552d2c7c67a39132a9eb3dc5a876a7429e (diff)
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 aa80b6732eaea..22827c53769bb 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
};