From 8ffdc260c4d5a97f7a4376ba47f44db290aa9479 Mon Sep 17 00:00:00 2001 From: Ingo Schwarze Date: Sat, 22 Aug 2009 18:10:03 +0000 Subject: sync to 1.9.0: move indentation size into *term.c files, improving -man indentation --- usr.bin/mandoc/mdoc_term.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'usr.bin/mandoc/mdoc_term.c') diff --git a/usr.bin/mandoc/mdoc_term.c b/usr.bin/mandoc/mdoc_term.c index 9958ce8bdbf..ffb6fe6fd52 100644 --- a/usr.bin/mandoc/mdoc_term.c +++ b/usr.bin/mandoc/mdoc_term.c @@ -1,4 +1,4 @@ -/* $Id: mdoc_term.c,v 1.50 2009/08/22 15:36:58 schwarze Exp $ */ +/* $Id: mdoc_term.c,v 1.51 2009/08/22 18:10:02 schwarze Exp $ */ /* * Copyright (c) 2008, 2009 Kristaps Dzonsons * @@ -26,6 +26,9 @@ #include "term.h" #include "mdoc.h" +#define INDENT 5 +#define HALFINDENT 3 + /* FIXME: macro arguments can be escaped. */ #define TTYPE_PROG 0 -- cgit v1.2.3