* Import keyanalyze into signing-party. Thanks to Matthew Wilcox for the
[pgp-tools.git] / keyanalyze / process_keys.1
1 .\" process_keys, preprocesses keys into input for keyanalyze
2 .\" manpage Copyright (C) 2004 Matthew Wilcox
3 .\"
4 .\" This program is free software; you can redistribute it and/or
5 .\" modify it under the terms of the GNU General Public License
6 .\" as published by the Free Software Foundation; either version 2
7 .\" of the License, or (at your option) any later version.
8 .\"
9 .TH process_keys 1
10
11 .SH NAME
12 process_keys \- Web of Trust analysis
13
14 .SH SYNTAX
15 \fBprocess_keys\fP [ \fB\-S\fP ]
16
17 .SH DESCRIPTION
18 \fIprocess_keys\fP takes the output from
19 .BR pgpring (1)
20 and turns it into suitable input for
21 .BR keyanalyze (1).
22
23 It acts as a filter, reading from stdin and writing to stdout.
24
25 .SH OPTIONS
26 .TP
27 .B \-S
28 Accept keys that are not selfsigned. Not recommended.
29
30 .SH AUTHOR
31 Thomas Roessler <roessler@does-not-exist.org>