You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
268 B

  1. --- a/doc/doxyparse.pl
  2. +++ b/doc/doxyparse.pl
  3. @@ -273,7 +273,7 @@ foreach (keys %manpages) {
  4. print MAN $MAN_MIDDLE;
  5. - if (defined(@$also)) {
  6. + if (@$also) {
  7. print MAN "\n.SH SEE ALSO\n\\fI";
  8. print MAN join "\\fR, \\fI", @$also;
  9. print MAN "\\fR.\nAnd ";