From 9cec32b191bc0a490e538c0974b0b1aaf7d747a7 Mon Sep 17 00:00:00 2001 From: Kristaps Dzonsons Date: Sat, 15 May 2010 22:44:04 +0000 Subject: Remove `am', `ami', `de', `dei', and `.' from -man, as they're now in the roff preprocessor. --- man.h | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'man.h') diff --git a/man.h b/man.h index 183b21dd..a0ea681a 100644 --- a/man.h +++ b/man.h @@ -1,4 +1,4 @@ -/* $Id: man.h,v 1.31 2010/05/15 20:51:40 kristaps Exp $ */ +/* $Id: man.h,v 1.32 2010/05/15 22:44:04 kristaps Exp $ */ /* * Copyright (c) 2009 Kristaps Dzonsons * @@ -55,11 +55,6 @@ enum mant { MAN_Sp, MAN_Vb, MAN_Ve, - MAN_de, - MAN_dei, - MAN_am, - MAN_ami, - MAN_dot, MAN_MAX }; -- cgit v1.2.3