-
Notifications
You must be signed in to change notification settings - Fork 1
/
ptgenmap.8
25 lines (25 loc) · 956 Bytes
/
ptgenmap.8
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
.TH ptgenmap 8 "December 12, 2005" "version 0.3"
.SH NAME
ptgenmap \- generate map file for libpretrace
.SH SYNOPSIS
.B ptgenmap
.SH DESCRIPTION
ptgenmap is used to parse the libpretrace configuration file,
.I /etc/pretrace.conf
, and generate the corresponding map file. ptgenmap must be executed after modifying the libpretrace configuration file for changes to take effect.
.SH TECHNICAL DETAILS
ptgenmap parses the libpretrace configuration file and writes a state file to
.I /etc/pretrace.map
which is used by libpretrace on initialisation. This allows libpretrace to associate name/value pairs very quickly.
.SH EXIT STATUS
ptgenmap returns zero on success, and non zero on error.
.SH FILES
.B /etc/pretrace.conf
\- configuration file for libpretrace.
.PP
.B /etc/pretrace.map
\- machine readable configuration file, as created by ptgenmap.
.SH AUTHOR
Tavis Ormandy <[email protected]> and Rob Holland <[email protected]>
.SH SEE ALSO
pretrace(3)