From a5c6b0d4e8a37d9fc92725d8dbb64adac08a19d4 Mon Sep 17 00:00:00 2001 From: Kirk McKusick Date: Tue, 30 Apr 1985 00:50:53 -0800 Subject: [PATCH] manual page distributed with 4.1BSD SCCS-vsn: usr.bin/plot/plot.1 4.1 --- usr/src/usr.bin/plot/plot.1 | 72 +++++++++++++++++++++++++++++++++++++ 1 file changed, 72 insertions(+) create mode 100644 usr/src/usr.bin/plot/plot.1 diff --git a/usr/src/usr.bin/plot/plot.1 b/usr/src/usr.bin/plot/plot.1 new file mode 100644 index 0000000000..8f2df95fa9 --- /dev/null +++ b/usr/src/usr.bin/plot/plot.1 @@ -0,0 +1,72 @@ +.\" @(#)plot.1 4.1 (Berkeley) %G% +.\" +.TH PLOT 1G +.AT 3 +.SH NAME +plot \- graphics filters +.SH SYNOPSIS +.B plot +[ +.BR \-T terminal +[ raster ] ] +.SH DESCRIPTION +These commands read plotting instructions (see +.IR plot (5)) +from the standard input, +and in general +produce plotting instructions suitable for +a particular +.I terminal +on the standard output. +.PP +If no +.I terminal +type is specified, the environment parameter $TERM +(see +.IR environ (5)) +is used. +Known +.I terminals +are: +.TP +4014 +Tektronix 4014 storage scope. +.TP +450 +DASI Hyterm 450 terminal (Diablo mechanism). +.TP +300 +DASI 300 or GSI terminal (Diablo mechanism). +.TP +300S +DASI 300S terminal (Diablo mechanism). +.TP +ver +Versatec D1200A printer-plotter. +This version of +.I plot +places a scan-converted +image in `/usr/tmp/raster' and sends the +result directly to the plotter device rather than to +the standard output. +The optional argument causes a previously +scan-converted file +.I raster +to be sent to the plotter. +.SH FILES +/usr/bin/tek +.br +/usr/bin/t450 +.br +/usr/bin/t300 +.br +/usr/bin/t300s +.br +/usr/bin/vplot +.br +/usr/tmp/raster +.SH "SEE ALSO" +plot(3), plot(5) +.SH BUGS +There is no lockout protection +for /usr/tmp/raster. -- 2.20.1