diff options
author | Daniel Kahn Gillmor <dkg@fifthhorseman.net> | 2019-08-20 21:14:39 +0200 |
---|---|---|
committer | Daniel Kahn Gillmor <dkg@fifthhorseman.net> | 2019-08-20 21:16:19 +0200 |
commit | b7793c3af32b2d99359022f805636953a50d8c68 (patch) | |
tree | 19c423b412611c033cf879b7bc31d279a16673cd /doc/wks.texi | |
parent | doc: clarify CARD event counter. (diff) | |
download | gnupg2-b7793c3af32b2d99359022f805636953a50d8c68.tar.xz gnupg2-b7793c3af32b2d99359022f805636953a50d8c68.zip |
doc: fix minor spelling and tense errors
* doc/{gpg,gpgsm,wks}.texi: minor orthographic cleanup.
Signed-off-by: Daniel Kahn Gillmor <dkg@fifthhorseman.net>
Diffstat (limited to 'doc/wks.texi')
-rw-r--r-- | doc/wks.texi | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/wks.texi b/doc/wks.texi index 9f1fff2a8..d6f442dfc 100644 --- a/doc/wks.texi +++ b/doc/wks.texi @@ -260,7 +260,7 @@ Display a brief help page and exit. @end ifset @mansect description -The @command{gpg-wks-server} is a server site implementation of the +The @command{gpg-wks-server} is a server side implementation of the Web Key Service. It receives requests for publication, sends confirmation requests, receives confirmations, and published the key. It also has features to ease the setup and maintenance of a Web Key @@ -268,7 +268,7 @@ Directory. When used with the command @option{--receive} a single Web Key Service mail is processed. Commonly this command is used with the option -@option{--send} to directly send the crerated mails back. See below +@option{--send} to directly send the created mails back. See below for an installation example. The command @option{--cron} is used for regular cleanup tasks. For @@ -400,7 +400,7 @@ be the same address for all configured domains, for example: $ echo key-submission@@example.net >submission-address @end example -The protocol requires that the key to be published is send with an +The protocol requires that the key to be published is sent with an encrypted mail to the service. Thus you need to create a key for the submission address: |