From 48555e785ac03a29aad4c027674d9487d148227c Mon Sep 17 00:00:00 2001 From: Ori Bernstein Date: Sat, 16 Jan 2021 16:17:10 -0800 Subject: [PATCH] troff2png(1): add manpage --- sys/man/1/troff2png | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 sys/man/1/troff2png diff --git a/sys/man/1/troff2png b/sys/man/1/troff2png new file mode 100644 index 000000000..ccd5f262c --- /dev/null +++ b/sys/man/1/troff2png @@ -0,0 +1,36 @@ +.TH TROFF2PNG 1 +.SH NAME +troff2png, troff2gif \- miscellaneous text processing tools +.SH SYNOPSIS +.B troff2png +[ +.B troffargs +] [ +.B file +] +.br +.B troff2gif +[ +.B troffargs +] [ +.B file +] +.SH DESCRIPTION +.PP +.B Troff2png +uses +.IR troff (1) +to compile a document using the +.IR ms (6) +macro library to a PNG image on standard output. +.PP +.B Troff2gif +is similar but outputs GIF data. +.SH SOURCE +.B /bin/troff2png +.br +.B /bin/troff2gif +.SH "SEE ALSO" +.IR ms (6) +.br +.IR troff (1)