=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/mandoc/man.h,v retrieving revision 1.16 retrieving revision 1.17 diff -c -r1.16 -r1.17 *** src/usr.bin/mandoc/man.h 2010/05/13 20:34:29 1.16 --- src/usr.bin/mandoc/man.h 2010/05/14 19:52:43 1.17 *************** *** 1,4 **** ! /* $Id: man.h,v 1.16 2010/05/13 20:34:29 schwarze Exp $ */ /* * Copyright (c) 2009 Kristaps Dzonsons * --- 1,4 ---- ! /* $Id: man.h,v 1.17 2010/05/14 19:52:43 schwarze Exp $ */ /* * Copyright (c) 2009 Kristaps Dzonsons * *************** *** 96,102 **** int flags; #define MAN_VALID (1 << 0) #define MAN_ACTED (1 << 1) ! #define MAN_USE (1 << 2) enum man_type type; char *string; struct man_node *head; --- 96,103 ---- int flags; #define MAN_VALID (1 << 0) #define MAN_ACTED (1 << 1) ! #define MAN_EOS (1 << 2) ! #define MAN_USE (1 << 3) enum man_type type; char *string; struct man_node *head;