=================================================================== RCS file: /cvs/mandoc/term.h,v retrieving revision 1.101 retrieving revision 1.102 diff -u -p -r1.101 -r1.102 --- mandoc/term.h 2014/04/20 16:46:05 1.101 +++ mandoc/term.h 2014/09/03 05:22:45 1.102 @@ -1,4 +1,4 @@ -/* $Id: term.h,v 1.101 2014/04/20 16:46:05 schwarze Exp $ */ +/* $Id: term.h,v 1.102 2014/09/03 05:22:45 schwarze Exp $ */ /* * Copyright (c) 2008, 2009, 2010, 2011 Kristaps Dzonsons * Copyright (c) 2011, 2012, 2013, 2014 Ingo Schwarze @@ -54,6 +54,7 @@ struct termp_tbl { struct termp { enum termtype type; struct rofftbl tbl; /* table configuration */ + int synopsisonly; /* print the synopsis only */ int mdocstyle; /* imitate mdoc(7) output */ size_t defindent; /* Default indent for text. */ size_t defrmargin; /* Right margin of the device. */