1BSD/man6/pcc.6

.th PCC VI 9/10/77
.sh NAME
pcc \- interpret Pascal carriage control
.sh SYNOPSIS
.bd pcc
[ name ... ]
.sh DESCRIPTION
.it Pcc
is a filter which interprets Pascal carriage control.
The first character of each line to
.it pcc
should be one of the
following carriage control characters,
indicating the action to be taken before printing:
.s3
.nf
.ta 1iC 2i
	blank	single space
	0	double space
	1	top of form
	+	no space
.fi
.s3
If the initial character is not a valid control, it is treated as if
it were a blank.
.sh SEE\ ALSO
UNIX Pascal User's Manual
.br
pi (VI), px (VI)
.sh AUTHOR
William N. Joy
.sh BUGS