1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25
|
.\" Copyright, the authors of the Linux man-pages project
.\"
.\" SPDX-License-Identifier: Linux-man-pages-copyleft
.\"
.TH pdfman 1 2025-05-17 "Linux man-pages (unreleased)"
.SH NAME
pdfman
\-
render a manual page in PDF
.SH SYNOPSIS
.SY pdfman
.RI [ man-options ]
.RI [ section ]\~ page
.YS
.SH DESCRIPTION
The
.B pdfman
command renders a manual page in PDF.
All the arguments are interpreted by
.BR man (1).
.SH SEE ALSO
.BR man (1),
.BR groff (1),
.BR gropdf (1),
.BR xdg\-open (1)
|