BSD 2 development
[unix-history] / man / pcc.u
CommitLineData
70e18513
BJ
1.TH PCC UCB 4/8/79 UCB
2.SH NAME
3pcc \- interpret Pascal carriage control
4.SH SYNOPSIS
5.B pcc
6[ name ... ]
7.SH DESCRIPTION
8.I Pcc
9is a filter which interprets Pascal carriage control.
10The first character of each line to
11.I pcc
12should be one of the
13following carriage control characters,
14indicating the action to be taken before printing:
15.PP
16.nf
17.ta 1iC 2i
18 blank single space
19 0 double space
20 1 top of form
21 + no space
22.fi
23.PP
24If the initial character is not a valid control, it is treated as if
25it were a blank.
26.SH SEE\ ALSO
27Berkeley Pascal User's Manual
28.br
29pi(UCB), px(UCB)
30.SH AUTHOR
31William Joy