diff options
| author | Marc Fonvieille <blackend@FreeBSD.org> | 2004-01-07 19:49:12 +0000 |
|---|---|---|
| committer | Marc Fonvieille <blackend@FreeBSD.org> | 2004-01-07 19:49:12 +0000 |
| commit | cf8dceeb43442a72c3e3376d44f9cc84635bba58 (patch) | |
| tree | 30a50cae97ac64d8c015b26157050565f5e8f349 /games | |
| parent | c83098a31dd6ce5bd93de7ab7b16d9f52f20c96f (diff) | |
Notes
Diffstat (limited to 'games')
| -rw-r--r-- | games/fortune/datfiles/freebsd-tips | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/games/fortune/datfiles/freebsd-tips b/games/fortune/datfiles/freebsd-tips index ea4fd0d215697..5d60cda4dcf49 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 |
