Skip to content

Commit 95a11ba

Browse files
committed
doc: Minor updates
--
1 parent c1b965c commit 95a11ba

File tree

3 files changed

+14
-3
lines changed

3 files changed

+14
-3
lines changed

doc/DETAILS

+12-1
Original file line numberDiff line numberDiff line change
@@ -279,10 +279,21 @@ described here.
279279
latter solves the cases where a key is updated by fingerprint and
280280
and thus there is no way to know which user ID shall be used.
281281

282+
The meaning of the integer along with the human readable
283+
representation is:
284+
285+
- 1 (ks) :: Public keyserver.
286+
- 2 (ks-pref) :: Preferred keysrver.
287+
- 3 (dane) :: OpenPGP DANE.
288+
- 4 (wkd) :: Web Key Directory.
289+
- 5 (url) :: Trusted URL.
290+
- 6 (file) :: Trusted file.
291+
- 7 (self) :: Generated by us.
292+
282293
*** Field 21 - Comment
283294

284295
This is currently only used in "rev" and "rvs" records to carry
285-
the the comment field of the recocation reason. The value is
296+
the the comment field of the revocation reason. The value is
286297
quoted in C style.
287298

288299
** Special fields

g10/encrypt.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -1121,7 +1121,7 @@ reencrypt_to_new_recipients (ctrl_t ctrl, int armor, const char *filename,
11211121
if (err)
11221122
goto leave;
11231123

1124-
/* The write the old recipients in --add-recipients mode. */
1124+
/* Write the old recipients in --add-recipients mode. */
11251125
for (count=0, el = pkenc_list; el; el = el->next, count++)
11261126
if (!ctrl->clear_recipients)
11271127
{

g10/import.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -1816,7 +1816,7 @@ insert_key_origin_uid (PKT_user_id *uid, u32 curtime,
18161816
/* We insert origin information on a UID only when we received
18171817
* them via the Web Key Directory or a DANE record. The key we
18181818
* receive here from the WKD has been filtered to contain only
1819-
* the user ID as looked up in the WKD. For a DANE origin we
1819+
* the user ID as looked up in the WKD. For a DANE origin
18201820
* this should also be the case. Thus we will see here only one
18211821
* user id. */
18221822
uid->keyorg = origin;

0 commit comments

Comments
 (0)