mirror of
https://github.com/coolsnowwolf/packages.git
synced 2025-05-01 00:50:23 +08:00
12 lines
268 B
Diff
12 lines
268 B
Diff
--- a/doc/doxyparse.pl
|
|
+++ b/doc/doxyparse.pl
|
|
@@ -273,7 +273,7 @@ foreach (keys %manpages) {
|
|
|
|
print MAN $MAN_MIDDLE;
|
|
|
|
- if (defined(@$also)) {
|
|
+ if (@$also) {
|
|
print MAN "\n.SH SEE ALSO\n\\fI";
|
|
print MAN join "\\fR, \\fI", @$also;
|
|
print MAN "\\fR.\nAnd ";
|