1
0
mirror of git://sourceware.org/git/lvm2.git synced 2025-01-03 05:18:29 +03:00

man-generator: remove ',' between some options

It would be complicated to handle ',' alignment after hyphenation
changes ATM, but these commas seems to be there rather unneeded
so remove them and make the man output more clear.
This commit is contained in:
Zdenek Kabelac 2021-04-11 14:28:51 +02:00
parent d86b583644
commit 441b702362

View File

@ -2559,10 +2559,7 @@ static void _print_man_usage(char *lvmname, struct command *cmd)
continue;
if (sep) {
printf(",\n");
printf(".ad b\n");
printf(".br\n");
printf(".ad l\n");
printf("\n.br\n");
printf(" ");
}
@ -2591,10 +2588,7 @@ static void _print_man_usage(char *lvmname, struct command *cmd)
continue;
if (sep) {
printf(",\n");
printf(".ad b\n");
printf(".br\n");
printf(".ad l\n");
printf("\n.br\n");
printf(" ");
} else
printf(".ad l\n");