=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/mandoc/term.h,v retrieving revision 1.45 retrieving revision 1.46 diff -u -r1.45 -r1.46 --- src/usr.bin/mandoc/term.h 2014/04/20 16:44:44 1.45 +++ src/usr.bin/mandoc/term.h 2014/09/03 05:17:08 1.46 @@ -1,4 +1,4 @@ -/* $Id: term.h,v 1.45 2014/04/20 16:44:44 schwarze Exp $ */ +/* $OpenBSD: term.h,v 1.46 2014/09/03 05:17:08 schwarze Exp $ */ /* * Copyright (c) 2008, 2009, 2010, 2011 Kristaps Dzonsons * Copyright (c) 2011, 2012, 2013, 2014 Ingo Schwarze @@ -54,6 +54,7 @@ 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. */