=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/mandoc/man.h,v retrieving revision 1.24 retrieving revision 1.25 diff -c -r1.24 -r1.25 *** src/usr.bin/mandoc/man.h 2010/06/27 21:54:42 1.24 --- src/usr.bin/mandoc/man.h 2010/07/25 18:05:54 1.25 *************** *** 1,6 **** ! /* $Id: man.h,v 1.24 2010/06/27 21:54:42 schwarze Exp $ */ /* ! * Copyright (c) 2009 Kristaps Dzonsons * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above --- 1,6 ---- ! /* $Id: man.h,v 1.25 2010/07/25 18:05:54 schwarze Exp $ */ /* ! * Copyright (c) 2009, 2010 Kristaps Dzonsons * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above *************** *** 56,61 **** --- 56,62 ---- MAN_Vb, MAN_Ve, MAN_AT, + MAN_in, MAN_MAX };