.\" Generated by mkdoc on July, 2016
.TH "MKPI" "1" "July, 2016" "mkpi 1.1.5" "User Commands"
.de nl
.sp 0
..
.de hr
.sp 1
.nf
.ce
.in 4
\l’80’
.fi
..
.de h1
.RE
.sp 1
\fB\\$1\fR
.RS 4
..
.de h2
.RE
.sp 1
.in 4
\fB\\$1\fR
.RS 6
..
.de h3
.RE
.sp 1
.in 6
\fB\\$1\fR
.RS 8
..
.de h4
.RE
.sp 1
.in 8
\fB\\$1\fR
.RS 10
..
.de h5
.RE
.sp 1
.in 10
\fB\\$1\fR
.RS 12
..
.de h6
.RE
.sp 1
.in 12
\fB\\$1\fR
.RS 14
..
.h1 "NAME"
.P
mkpi \- processing instruction macros
.nl
.h1 "SYNOPSIS"
.P
mkpi [\-sph] [\-\-safe] [\-\-preserve] [\-\-help] [\-\-version]
.nl
.h1 "OPTIONS"
.TP
\fB\-s, \-\-safe\fR
 Disable the @exec and @macro directives
.nl
.TP
\fB\-p, \-\-preserve\fR
 Do not remove processing instructions
.nl
.TP
\fB\-h, \-\-help\fR
 Display help and exit
.nl
.TP
\fB\-\-version\fR
 Print the version and exit
.nl
.h1 "EXAMPLE"
.P
Execute processing instructions in a file:
.nl
.PP
.in 12
mkcat README.md | mkpi | mkout
.P
Disable unsafe macros for untrusted input:
.nl
.PP
.in 12
mkcat README.md | mkpi \-\-safe | mkout