=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/mandoc/man.h,v retrieving revision 1.12 retrieving revision 1.13 diff -c -r1.12 -r1.13 *** src/usr.bin/mandoc/man.h 2009/12/22 23:58:00 1.12 --- src/usr.bin/mandoc/man.h 2010/03/02 01:00:39 1.13 *************** *** 1,4 **** ! /* $Id: man.h,v 1.12 2009/12/22 23:58:00 schwarze Exp $ */ /* * Copyright (c) 2009 Kristaps Dzonsons * --- 1,4 ---- ! /* $Id: man.h,v 1.13 2010/03/02 01:00:39 schwarze Exp $ */ /* * Copyright (c) 2009 Kristaps Dzonsons * *************** *** 51,57 **** #define MAN_DT 29 #define MAN_UC 30 #define MAN_PD 31 ! #define MAN_MAX 32 enum man_type { MAN_TEXT, --- 51,60 ---- #define MAN_DT 29 #define MAN_UC 30 #define MAN_PD 31 ! #define MAN_Sp 32 ! #define MAN_Vb 33 ! #define MAN_Ve 34 ! #define MAN_MAX 35 enum man_type { MAN_TEXT,