=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/mandoc/man.h,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- src/usr.bin/mandoc/man.h 2009/10/19 21:08:58 1.10 +++ src/usr.bin/mandoc/man.h 2009/10/27 21:40:07 1.11 @@ -1,4 +1,4 @@ -/* $Id: man.h,v 1.10 2009/10/19 21:08:58 schwarze Exp $ */ +/* $Id: man.h,v 1.11 2009/10/27 21:40:07 schwarze Exp $ */ /* * Copyright (c) 2009 Kristaps Dzonsons * @@ -50,7 +50,8 @@ #define MAN_RS 28 #define MAN_DT 29 #define MAN_UC 30 -#define MAN_MAX 31 +#define MAN_PD 31 +#define MAN_MAX 32 enum man_type { MAN_TEXT,