Ben Hutchings points out that `.UC', which I think I must have
[sgt/halibut] / bk_man.c
index bf78905..553b2dd 100644 (file)
--- a/bk_man.c
+++ b/bk_man.c
@@ -164,8 +164,6 @@ void man_backend(paragraph *sourceform, keywordlist *keywords,
     }
     fputc('\n', fp);
 
-    fprintf(fp, ".UC\n");
-
     had_described_thing = FALSE;
 #define cleanup_described_thing do { \
     if (had_described_thing) \
@@ -199,7 +197,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