summaryrefslogtreecommitdiff
path: root/static/unix-v10/man1/pp.1
blob: ef00f5addf1793d0c7df0de8a16adc9aa853baab (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
.TH PP 1 
.SH NAME
pp \- C pretty printer
.SH SYNOPSIS
.B pp
[\fB\-T\fPdev]
[\fB\-f\fPfont]
[\fB\-t\fPtitle]
[files]
.SH DESCRIPTION
.I Pp
formats the named C source files, or its standard input
if none are given,
and produces troff
.I output
format on its standard output.
Thus, its output is suitable for printing on a typesetter with
a program such as
d202(1).
In the output, comments are italicized,
keywords are emboldened,
and each page has header and footer tags.
The
.B \-T
option sets the device for output; the default is 202.
The
.B \-f
option sets the main font; the default is E, or Eurostyle.
The
.B \-t
option generates a title page with the title specified and a
date stamp.
.SH DIAGNOSTICS
.I Pp
complains and exits if it cannot find a required font.
If this happens, take the name of the missing font to
a local font guru.
.SH "SEE ALSO"
pr(1), troff(1), d202(1), dcan(1), etc.