[2024-feb-29] Sad news: Eric Layton aka Nocturnal Slacker aka vtel57 passed away on Feb 26th, shortly after hospitalization. He was one of our Wiki's most prominent admins. He will be missed.

Welcome to the Slackware Documentation Project

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Last revisionBoth sides next revision
howtos:general_admin:searching_and_reading_manpages_efficiently [2013/01/07 04:04 (UTC)] – general formatting cleanup mfillpothowtos:general_admin:searching_and_reading_manpages_efficiently [2013/08/10 08:16 (UTC)] – [Formatting a Manpage as a PDF-document] markush
Line 157: Line 157:
 ===== Formatting a Manpage as a PDF-document ===== ===== Formatting a Manpage as a PDF-document =====
 If you want to have a manpage as a PDF document you can use the command: If you want to have a manpage as a PDF document you can use the command:
-<code bash man2pdf.sh> +<code>man -t ls | ps2pdf - > ls-manpage.pdf</code>
-man -t ls | ps2pdf - > ls-manpage.pdf +
-</code>+
 which formats the manpage for the ''ls'' command into a pdf document which formats the manpage for the ''ls'' command into a pdf document
 named "ls-manpage.pdf". named "ls-manpage.pdf".
 howtos:general_admin:searching_and_reading_manpages_efficiently ()