cvsignore-happiness-20060801
[openafs.git] / src / mpp / mpp.1
1 .TH MPP 1 "October 18, 1986"
2 .UC 4
3 .SH NAME
4 mpp \- macro preproccessor
5 .SH SYNOPSIS
6 .B mpp
7 [
8 .B \-sp
9 ]
10 [
11 .B \-cCHAR
12 ]
13 [
14 .B \-Dname=value
15 ]
16 [
17 .B \-Uname
18 ]
19 files
20 .SH DESCRIPTION
21 .I Mpp
22 is a generic macropreproccessor.
23 The directives %ifdef, %else, %endif, %define, %undef, and %include are
24 understood by
25 .I mpp.
26 The concationated output of all input files is send to stdout.
27 .PP
28 .I Mpp
29 understands the following switches:
30 .TP
31 .B \-cC
32 Changed special charactor to C. (Percent sign is the default.)
33 .TP
34 .B \-s
35 Strip out all comments beginning with a pound sign.
36 .TP
37 .B \-p
38 Read stdin as if it were an input file.
39 .TP
40 .B \-Dname=value
41 Define macro with name to be value.
42 .TP
43 .B \-Uname
44 Remove current definition of name.