]> git.cameronkatri.com Git - mandoc.git/blobdiff - libman.h
Third step towards parser unification:
[mandoc.git] / libman.h
index 62c7f294d55d2c1e98aa3d03a3a32304c91cfa65..d20e1b77a32fbb357b92d03a2104727136909368 100644 (file)
--- a/libman.h
+++ b/libman.h
@@ -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 <kristaps@bsd.lv>
  * Copyright (c) 2014, 2015 Ingo Schwarze <schwarze@openbsd.org>
@@ -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;
 };