Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 554982
Collapse All | Expand All

(-)a/doc/doxyparse.pl (-1 / +1 lines)
Lines 273-279 Link Here
273
273
274
	print MAN $MAN_MIDDLE;
274
	print MAN $MAN_MIDDLE;
275
275
276
	if (defined(@$also)) {
276
	if (@$also) {
277
		print MAN "\n.SH SEE ALSO\n\\fI";
277
		print MAN "\n.SH SEE ALSO\n\\fI";
278
		print MAN join "\\fR, \\fI", @$also;
278
		print MAN join "\\fR, \\fI", @$also;
279
		print MAN "\\fR.\nAnd ";
279
		print MAN "\\fR.\nAnd ";

Return to bug 554982