1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-12-21 13:34:40 +03:00

man-generator: option description indented

Left indention is needed only for options, but is actually
unwanted for decription itself.
This commit is contained in:
Zdenek Kabelac 2021-04-11 19:53:16 +02:00
parent 441b702362
commit e01ce8e2ae

View File

@ -3188,10 +3188,10 @@ static void _print_man_all_options_desc(struct command_name *cname)
if (opt_names[opt_enum].desc) {
printf("\n");
printf(".br\n");
printf(".ad b\n");
_print_man_option_desc(cname, opt_enum);
}
printf(".ad b\n");
} else
printf(".ad b\n");
}
}