Add patch by Stephan Beyer to improve process_keys' input parsing,
[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 .B pgpring
24 must be called with the
25 .B -S
26 option to also dump signatures.
27
28 It acts as a filter, reading from stdin and writing to stdout.
29
30 .SH OPTIONS
31 .TP
32 .B \-S
33 Accept keys that are not selfsigned. Not recommended.
34
35 .SH AUTHOR
36 Thomas Roessler <roessler@does-not-exist.org>