mirror of
git://git.gnupg.org/gnupg.git
synced 2025-01-23 15:07:03 +01:00
* gnupg.7: New mini man page.
This commit is contained in:
parent
a30375ef28
commit
51ec578ba5
@ -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>
|
2002-08-30 David Shaw <dshaw@jabberwocky.com>
|
||||||
|
|
||||||
* gpg.sgml: Document keyserver-option include-subkeys. Note that
|
* gpg.sgml: Document keyserver-option include-subkeys. Note that
|
||||||
|
@ -21,9 +21,9 @@
|
|||||||
AUTOMAKE_OPTIONS = no-texinfo.tex
|
AUTOMAKE_OPTIONS = no-texinfo.tex
|
||||||
|
|
||||||
EXTRA_DIST = DETAILS gpg.sgml gpg.1 gpgv.sgml gpgv.1 faq.raw FAQ faq.html \
|
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
|
info_TEXINFOS = gpg.texi gpgv.texi
|
||||||
|
|
||||||
|
19
doc/gnupg.7
Normal file
19
doc/gnupg.7
Normal file
@ -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),
|
||||||
|
|
Loading…
x
Reference in New Issue
Block a user