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