diff options
author | Werner Koch <wk@gnupg.org> | 2002-09-02 10:47:38 +0200 |
---|---|---|
committer | Werner Koch <wk@gnupg.org> | 2002-09-02 10:47:38 +0200 |
commit | 51ec578ba5a1e0293a8fa51165b0a2fb828f0486 (patch) | |
tree | 04d49ed3137a65b2a76b3b4b771cb7256936dda4 /doc/gnupg.7 | |
parent | * gpg.sgml: Document keyserver-option include-subkeys. Note that (diff) | |
download | gnupg2-51ec578ba5a1e0293a8fa51165b0a2fb828f0486.tar.xz gnupg2-51ec578ba5a1e0293a8fa51165b0a2fb828f0486.zip |
* gnupg.7: New mini man page.
Diffstat (limited to '')
-rw-r--r-- | doc/gnupg.7 | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/doc/gnupg.7 b/doc/gnupg.7 new file mode 100644 index 000000000..88ac7898f --- /dev/null +++ b/doc/gnupg.7 @@ -0,0 +1,19 @@ +.TH GNUPG 7 2002-09-02 GNU "GNU Privacy Guard" +.SH NAME +GnuPG \- The GNU Privacy Guard suite of programs +.SH DESCRIPTION +GnuPG is a set of programs for public key encryption and digital +signatures. The program most users want to use is +the OpenPGP command line tool, named +.IR gpg ". " +.I gpgv +is a stripped down version of +.I gpg +to verify signatures against a trusted keyring. +There is also a tool called +.I gpgsplit +to split OpenPGP messages or keyrings into their packets. +.SH "SEE ALSO" +.BR gpg (1), +.BR gpgv (1), + |