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

(-)a/src/man.c (-1 / +1 lines)
Lines 616-622 make_roff_command (const char *path, const char *file) { Link Here
616
		 the current position plus 10 lines.  This plus setpl()
616
		 the current position plus 10 lines.  This plus setpl()
617
		 gives us a single page that just contains the whole
617
		 gives us a single page that just contains the whole
618
		 man page. (William Webber, wew@cs.rmit.edu.au) */
618
		 man page. (William Webber, wew@cs.rmit.edu.au) */
619
	      strcat(buft, "; echo \".\\\\\\\"\"; echo \".pl \\n(nlu+10\"");
619
	      strcat(buft, "; printf '%s\\n' \".\\\\\\\"\" \".pl \\n(nlu+10\"");
620
#if 0
620
#if 0
621
	      /* In case this doesnt work for some reason,
621
	      /* In case this doesnt work for some reason,
622
		 michaelkjohnson suggests: I've got a simple
622
		 michaelkjohnson suggests: I've got a simple

Return to bug 651038