mirror of
git://sourceware.org/git/lvm2.git
synced 2025-02-24 17:57:48 +03:00
man: remove more unnecessary line breaks
in case they cause extra blank lines in some output formats.
This commit is contained in:
parent
23d59c6fc1
commit
531d7c97e7
@ -3301,13 +3301,10 @@ void print_man(char *name, char *des_file, int secondary)
|
||||
printf(".P\n");
|
||||
print_man_all_options_list(cname);
|
||||
printf("\n");
|
||||
printf(".P\n");
|
||||
printf("\n");
|
||||
}
|
||||
|
||||
if (des_file) {
|
||||
include_description_file(lvmname, des_file);
|
||||
printf(".P\n");
|
||||
}
|
||||
|
||||
printf(".SH USAGE\n");
|
||||
@ -3330,11 +3327,8 @@ void print_man(char *name, char *des_file, int secondary)
|
||||
printf(".SH VARIABLES\n");
|
||||
print_man_all_positions_desc(cname);
|
||||
} else {
|
||||
if (cname->variants > 2) {
|
||||
if (cname->variants > 2)
|
||||
printf("--\n");
|
||||
printf("\n");
|
||||
printf(".br\n");
|
||||
}
|
||||
}
|
||||
|
||||
printf("\n");
|
||||
@ -3383,9 +3377,6 @@ void print_man_secondary(char *name)
|
||||
|
||||
printf("--\n");
|
||||
printf("\n");
|
||||
printf(".br\n");
|
||||
|
||||
printf("\n");
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user