=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/mandoc/libman.h,v retrieving revision 1.44 retrieving revision 1.45 diff -c -r1.44 -r1.45 *** src/usr.bin/mandoc/libman.h 2015/04/02 22:06:17 1.44 --- src/usr.bin/mandoc/libman.h 2015/04/02 23:47:43 1.45 *************** *** 1,4 **** ! /* $OpenBSD: libman.h,v 1.44 2015/04/02 22:06:17 schwarze Exp $ */ /* * Copyright (c) 2009, 2010, 2011 Kristaps Dzonsons * Copyright (c) 2014, 2015 Ingo Schwarze --- 1,4 ---- ! /* $OpenBSD: libman.h,v 1.45 2015/04/02 23:47:43 schwarze Exp $ */ /* * Copyright (c) 2009, 2010, 2011 Kristaps Dzonsons * Copyright (c) 2014, 2015 Ingo Schwarze *************** *** 33,39 **** enum man_next next; /* where to put the next node */ struct roff_node *last; /* the last parsed node */ struct roff_node *first; /* the first parsed node */ ! struct man_meta meta; /* document meta-data */ struct roff *roff; }; --- 33,39 ---- enum man_next next; /* where to put the next node */ struct roff_node *last; /* the last parsed node */ struct roff_node *first; /* the first parsed node */ ! struct roff_meta meta; /* document meta-data */ struct roff *roff; };