Start development on BSD 2
[unix-history] / .ref-BSD-1 / man6 / collpr.6
CommitLineData
4b69ee95
BJ
1.th COLLPR VI 8/24/77
2.sh NAME
3collpr \- simulate model 37 tty on the line printer
4.sh SYNOPSIS
5.bd collpr
6[
7.bd \-
8] [
9file ...
10]
11.sh DESCRIPTION
12.it Collpr
13simulates a model 37 teletype for doing
14.it nroff
15output on the line printer.
16Pages are buffered and reverse line-feed and half-line feed sequences
17are interpreted.
18.s3
19Half-line up material is overstruck on the previous line, half-line
20down material is struck on the current line.
21In general, though, overstruck characters are lost, except for
22underlining.
23Combinations of `\-' or `_' and `|' are turned into `+', i.e. at the
24corner of boxes.
25.s3
26The optional argument
27.bd \-
28causes the output to be sent to the standard
29output.
30By default it is sent to an instance of the line printer daemon,
31.it lpr
32(I).
33.s3
34A typical usage of
35.it collpr
36would be
37.s3
38.dt
39 tbl exum2.n | nroff \-ms | collpr
40.s3
41to
42.it nroff
43the document in the file
44.it exum2.n
45and send it to the line printer with a approximation of the tables
46printing there.
47.sh SEE\ ALSO
48lpr (I), nroff (I), troff (I), col (VI), colcrt (VI)
49.sh AUTHOR
50William Joy
51.sh BUGS
52Output can't be backed up more than 102 lines.
53.s3
54Overstriking is lost.
55.s3
56Lines are trimmed to 132 characters.
57.s3
58Superscripts of the first output line are lost.
59.s3
60If more than one file is specified, the program does not pad
61the files out with a form feed as
62.it lpr
63would do.
64.s3
65Should move subscripts down a line rather than printing them
66on the same line as the normal material.