summaryrefslogtreecommitdiff
path: root/bk_man.c
diff options
context:
space:
mode:
Diffstat (limited to 'bk_man.c')
-rw-r--r--bk_man.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/bk_man.c b/bk_man.c
index bf78905..eaf74b5 100644
--- a/bk_man.c
+++ b/bk_man.c
@@ -199,7 +199,7 @@ void man_backend(paragraph *sourceform, keywordlist *keywords,
{
int depth;
if (p->type == para_Subsect)
- depth = p->aux + 2;
+ depth = p->aux + 1;
else if (p->type == para_Heading)
depth = 1;
else