=================================================================== RCS file: /cvs/mandoc/libman.h,v retrieving revision 1.69 retrieving revision 1.70 diff -u -p -r1.69 -r1.70 --- mandoc/libman.h 2015/04/02 22:48:17 1.69 +++ mandoc/libman.h 2015/04/02 23:48:19 1.70 @@ -1,4 +1,4 @@ -/* $Id: libman.h,v 1.69 2015/04/02 22:48:17 schwarze Exp $ */ +/* $Id: libman.h,v 1.70 2015/04/02 23:48:19 schwarze Exp $ */ /* * Copyright (c) 2009, 2010, 2011 Kristaps Dzonsons * Copyright (c) 2014, 2015 Ingo Schwarze @@ -33,7 +33,7 @@ struct man { 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_meta meta; /* document meta-data */ struct roff *roff; };