diff options
author | Ori Bernstein <ori@eigenstate.org> | 2021-01-16 16:17:10 -0800 |
---|---|---|
committer | Ori Bernstein <ori@eigenstate.org> | 2021-01-16 16:17:10 -0800 |
commit | 48555e785ac03a29aad4c027674d9487d148227c (patch) | |
tree | b4edcf3d9403260d0b120524b667c87bcbcef062 | |
parent | e2e973a34bde34489b49700b364e683b40e3f6c4 (diff) | |
download | plan9front-48555e785ac03a29aad4c027674d9487d148227c.tar.xz |
troff2png(1): add manpage
-rw-r--r-- | sys/man/1/troff2png | 36 |
1 files changed, 36 insertions, 0 deletions
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) |