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.
continue;
if (sep) {
- printf(",\n");
- printf(".ad b\n");
- printf(".br\n");
- printf(".ad l\n");
+ printf("\n.br\n");
printf(" ");
}
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");