Update Debian Vcs-* fields to point to git repository
[onak.git] / splitkeys.1
1 .TH SPLITKEYS 1
2 .SH NAME
3 splitkeys \- split an OpenPGP keyring
4 .SH SYNOPSIS
5 .PP
6 .B splitkeys
7 [
8 .B maxkeys
9 ]
10 .SH DESCRIPTION
11 .PP
12 Splits an OpenPGP keyring into a bunch of keyrings of the format
13 splitfile-%d.pgp, all of which contain no more than \fImaxkeys\fR keys
14 (or 10000 if not specified).
15 .SH EXAMPLES
16 .TP
17 .B splitkeys 1000 < keyring.gpg
18 Split keyring.gpg into a collection of keyrings all containing 1000 keys at
19 most.
20 .SH AUTHOR
21 splitkeys was written by Jonathan McDowell <noodles@earth.li>. It can be
22 found as part of onak at http://www.earth.li/projectpurple/progs/onak.html
23 .SH "SEE ALSO"
24 .BR onak (1)