Do you want to print a Linux, macOS, *BSD, or Unix manual page? Perhaps you want a nicely rendered PS or PDF file? There is an easy way to do this. Open the terminal and run following commands:
```
man -t {command} > "{filename}.ps"
man -t sort>"sort.ps"

# open using default Doc viewer
xdg-open "sort.ps" # Linux
open "sort.ps" # macOS

# print it on printer named HP2
man -t sort | lp -d HP2
```

A screenshot showing various Linux and Unix command to print manual page and  get a nicely rendered PS or PDF file. It includes the following commands:

man -t {command} > command.ps
man -t {command} | lp # print it 
xdg-open  command.ps
0

If you have a fediverse account, you can quote this note from your own instance. Search https://mastodon.social/users/nixCraft/statuses/115831764162965495 on your instance and quote it. (Note that quoting is not supported in Mastodon.)