summaryrefslogtreecommitdiffstats
path: root/games
diff options
context:
space:
mode:
authorblackend <blackend@FreeBSD.org>2004-01-07 19:49:12 +0000
committerblackend <blackend@FreeBSD.org>2004-01-07 19:49:12 +0000
commit4ce68899683399d969f27a7a1baa0cd2f7424194 (patch)
tree30a50cae97ac64d8c015b26157050565f5e8f349 /games
parentf69246ee4c53fb47ff25ab50e46f7e76fa1a080a (diff)
downloadFreeBSD-src-4ce68899683399d969f27a7a1baa0cd2f7424194.zip
FreeBSD-src-4ce68899683399d969f27a7a1baa0cd2f7424194.tar.gz
Add a tip on how to print a manual page.
PR: docs/61033 Submitted by: mi@
Diffstat (limited to 'games')
-rw-r--r--games/fortune/datfiles/freebsd-tips7
1 files changed, 7 insertions, 0 deletions
diff --git a/games/fortune/datfiles/freebsd-tips b/games/fortune/datfiles/freebsd-tips
index ea4fd0d..5d60cda 100644
--- a/games/fortune/datfiles/freebsd-tips
+++ b/games/fortune/datfiles/freebsd-tips
@@ -494,3 +494,10 @@ And you'll get a backup of the original in a file named 'foo.bak', but if you
want no backup:
sed -i '' s/e/o/g foo
+%
+To obtain a neat PostScript rendering of a manual page, use ``-t'' switch
+of the man(1) utility: ``man -t <topic>''. For example:
+
+ man -t grep > grep.ps # Save the PostScript version to a file
+or
+ man -t printf | lp # Send the PostScript directly to printer
OpenPOWER on IntegriCloud