Reimplement gpg-key2ps in perl. Didn't seem to be so difficult.
[pgp-tools.git] / gpg-key2ps / gpg-key2ps.1
1 .TH GPG-KEY2PS 1 "February 11, 2001"
2 .SH NAME
3 gpg\-key2ps \- generates a PS file from a GnuPG keyring
4 .SH SYNOPSIS
5 .B gpg-key2ps
6 .I [-p paper]
7 .I [-r revoked-style]
8 .RI id
9 .SH DESCRIPTION
10 .B gpg-key2ps
11 generates a PostScript file with your OpenPGP key fingerprint (repeated as
12 often as it fits) useful for keysigning parties. The only argument is the same
13 as you would pass to GPG's list-keys command, either a key-id or a (partial)
14 name. The PS data is written to stdout.
15 .SH OPTIONS
16 .TP 13
17 .I \-p paper
18 Select the output paper size. Default is to look into /etc/papersize or A4 if
19 libpaper isn't installed
20 .TP
21 .I \-r revoked-style
22 Select how to mark revoked UIDs. Five styles are available:
23 .B hide
24 (don't show at all),
25 .B show
26 (show normally),
27 .B grey
28 (display in 50% grey),
29 .B note
30 (add a note),
31 .B strike
32 (strike through).
33 .SH BUGS
34 .B gpg-key2ps
35 does not check whether it would be better to print just one column, and wastes
36 space with "-r hide".
37 .SH SEE ALSO
38 .BR gpg (1)
39 .SH AUTHOR
40 This manual page was written by Simon Richter <sjr@debian.org>.