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 | |
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 'doc')
-rw-r--r-- | doc/ChangeLog | 4 | ||||
-rw-r--r-- | doc/Makefile.am | 4 | ||||
-rw-r--r-- | doc/gnupg.7 | 19 |
3 files changed, 25 insertions, 2 deletions
diff --git a/doc/ChangeLog b/doc/ChangeLog index 91a1c82c6..4b248ec04 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,7 @@ +2002-09-02 Werner Koch <wk@gnupg.org> + + * gnupg.7: New mini man page. + 2002-08-30 David Shaw <dshaw@jabberwocky.com> * gpg.sgml: Document keyserver-option include-subkeys. Note that diff --git a/doc/Makefile.am b/doc/Makefile.am index 9983c98ac..64d5d7eaa 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -21,9 +21,9 @@ AUTOMAKE_OPTIONS = no-texinfo.tex EXTRA_DIST = DETAILS gpg.sgml gpg.1 gpgv.sgml gpgv.1 faq.raw FAQ faq.html \ - HACKING OpenPGP README.W32 samplekeys.asc + HACKING OpenPGP README.W32 samplekeys.asc gnupg.7 -man_MANS = gpg.1 gpgv.1 +man_MANS = gpg.1 gpgv.1 gnupg.7 info_TEXINFOS = gpg.texi gpgv.texi 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), + |