View | Details | Raw Unified | Return to bug 61033
Collapse All | Expand All

(-)freebsd-tips (+7 lines)
Lines 495-496 Link Here
495
495
496
	sed -i '' s/e/o/g foo
496
	sed -i '' s/e/o/g foo
497
%
498
To obtain a neat PostScript rendering of a manual page, use ``-t'' switch
499
of the man(1) utility: ``man -t <topic>''. For example:
500
501
	man -t grep > grep.ps	# Save the PostScript version to a file
502
or
503
	man -t printf | lp	# Send the PostScript directly to printer

Return to bug 61033