=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/mandoc/man_term.c,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- src/usr.bin/mandoc/man_term.c 2009/08/22 15:15:37 1.9 +++ src/usr.bin/mandoc/man_term.c 2009/08/22 18:10:02 1.10 @@ -1,4 +1,4 @@ -/* $Id: man_term.c,v 1.9 2009/08/22 15:15:37 schwarze Exp $ */ +/* $Id: man_term.c,v 1.10 2009/08/22 18:10:02 schwarze Exp $ */ /* * Copyright (c) 2008, 2009 Kristaps Dzonsons * @@ -22,6 +22,9 @@ #include "term.h" #include "man.h" + +#define INDENT 7 +#define HALFINDENT 3 #define DECL_ARGS struct termp *p, \ const struct man_node *n, \