mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
Add a tip on how to print a manual page.
PR: docs/61033 Submitted by: mi@
This commit is contained in:
parent
c83098a31d
commit
cf8dceeb43
1 changed files with 7 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue