diff options
author | Daniel Kahn Gillmor <[email protected]> | 2013-03-05 09:24:54 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2013-03-05 10:00:46 +0000 |
commit | 5132ea8a0d8517dd43cb5b4a4b0921c3b1ca291c (patch) | |
tree | 01e423ff7f6a6ae16d9b8f299a1864b241e0ad4b | |
parent | Require libgpg-error 1.11. (diff) | |
download | gnupg-5132ea8a0d8517dd43cb5b4a4b0921c3b1ca291c.tar.gz gnupg-5132ea8a0d8517dd43cb5b4a4b0921c3b1ca291c.zip |
Update RFC references to RFC 4880
--
-rw-r--r-- | doc/gpg.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/gpg.texi b/doc/gpg.texi index cf647e19b..0462c9e45 100644 --- a/doc/gpg.texi +++ b/doc/gpg.texi @@ -2418,7 +2418,7 @@ check. @code{value} may be any printable string; it will be encoded in UTF8, so you should check that your @option{--display-charset} is set correctly. If you prefix @code{name} with an exclamation mark (!), the notation data will be flagged as critical -(rfc2440:5.2.3.15). @option{--sig-notation} sets a notation for data +(rfc4880:5.2.3.16). @option{--sig-notation} sets a notation for data signatures. @option{--cert-notation} sets a notation for key signatures (certifications). @option{--set-notation} sets both. @@ -2440,7 +2440,7 @@ meaningful when using the OpenPGP smartcard. @opindex sig-policy-url @opindex cert-policy-url @opindex set-policy-url -Use @code{string} as a Policy URL for signatures (rfc2440:5.2.3.19). If +Use @code{string} as a Policy URL for signatures (rfc4880:5.2.3.20). If you prefix it with an exclamation mark (!), the policy URL packet will be flagged as critical. @option{--sig-policy-url} sets a policy url for data signatures. @option{--cert-policy-url} sets a policy url for key |