summaryrefslogtreecommitdiffstats
path: root/man.h
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2010-05-15 22:44:04 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2010-05-15 22:44:04 +0000
commit27830edd2010e265369c917a14f4a777ca6ba655 (patch)
tree545423b2746c6bb8f3e220f4ea5420f2ee42cfc9 /man.h
parenta8bb7c209207e9203564a03b9b8d4b662cff4e1e (diff)
downloadmandoc-27830edd2010e265369c917a14f4a777ca6ba655.tar.gz
Remove `am', `ami', `de', `dei', and `.' from -man, as they're now in the roff preprocessor.
Diffstat (limited to 'man.h')
-rw-r--r--man.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/man.h b/man.h
index c9c0b3d1..df686ccb 100644
--- a/man.h
+++ b/man.h
@@ -55,11 +55,6 @@ enum mant {
MAN_Sp,
MAN_Vb,
MAN_Ve,
- MAN_de,
- MAN_dei,
- MAN_am,
- MAN_ami,
- MAN_dot,
MAN_MAX
};