diff options
author | Werner Koch <[email protected]> | 2017-07-20 12:49:07 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2017-07-20 16:13:40 +0000 |
commit | 33ecb541fcc2e8030989384b5e8c55aeccd21128 (patch) | |
tree | 9ea954297e23a90767a3d6c828ff8449ee0e9940 /doc | |
parent | gpg: Make function mk_datestr public. (diff) | |
download | gnupg-33ecb541fcc2e8030989384b5e8c55aeccd21128.tar.gz gnupg-33ecb541fcc2e8030989384b5e8c55aeccd21128.zip |
doc: Comment fixes and one trailing comma fix.
--
Diffstat (limited to 'doc')
-rw-r--r-- | doc/DETAILS | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/DETAILS b/doc/DETAILS index cbeead777..28fb55a2c 100644 --- a/doc/DETAILS +++ b/doc/DETAILS @@ -1348,7 +1348,7 @@ CREATE TABLE signatures ( - 1 octet :: Key Source; i.e. the origin of the key: - 0 :: Unknown source. - 1 :: Public keyserver. - - 2 :: Preferred keysrver. + - 2 :: Preferred keyserver. - 3 :: OpenPGP DANE. - 4 :: Web Key Directory. - 5 :: Import from a trusted URL. @@ -1538,5 +1538,5 @@ Description of some debug flags: If one of the "foo/*" names are used a "keygen.flags" prompt needs to be answered as well. Instead of toggling the predefined flags, it is also possible to set them direct: Use a "=" character - directly followed by a comination of "a" (for authentication), "s" + directly followed by a combination of "a" (for authentication), "s" (for signing), or "c" (for certification). |