From: Bill Joy Date: Sun, 25 Nov 1979 09:14:24 +0000 (-0800) Subject: BSD 3 development X-Git-Tag: BSD-3~615 X-Git-Url: https://git.subgeniuskitty.com/unix-history/.git/commitdiff_plain/d1ac3aed043ab30f9c458127352fe440965a8c0e BSD 3 development Work on file usr/man/man1/pti.1 Synthesized-from: 3bsd --- diff --git a/usr/man/man1/pti.1 b/usr/man/man1/pti.1 new file mode 100644 index 0000000000..6ac564bdac --- /dev/null +++ b/usr/man/man1/pti.1 @@ -0,0 +1,24 @@ +.TH PTI 1 2/24/79 +.UC +.SH NAME +pti \- phototypesetter interpreter +.SH SYNOPSIS +.B pti +[ file ... ] +.SH DESCRIPTION +.I Pti +shows the commands in a stream from the standard output of +.IR troff (1) +using +.I troff's +.B \-t +option, +interpreting them as they would act on the typesetter. +Horizontal motions shows as counts in internal units and +are marked with `<' and `>' indicating left and right motion. +Vertical space is called +.I lead +and is also indicated. +.SH SEE ALSO +troff(1) +.SH BUGS