summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authororhun <orhun@archlinux.org>2021-06-04 22:27:32 +0300
committerorhun <orhun@archlinux.org>2021-06-04 22:27:32 +0300
commit7d5aaedc7ba305a0109337fb90577095b16f81a3 (patch)
tree250669b2df8a79567462e351f45a164db9d980fc
parentee056a0c006d655ad235204232b37c84ff8af799 (diff)
docs: Update README.md about the format of notations
-rw-r--r--README.md17
1 files changed, 13 insertions, 4 deletions
diff --git a/README.md b/README.md
index 246ea4f..5449a39 100644
--- a/README.md
+++ b/README.md
@@ -334,13 +334,14 @@ The level of detail that an individual table row shows is determined by [detail
└─(2021-05-14)
```
-3. **Full**: shows signatures.
+3. **Full**: shows signatures and notations.
```
[sc--] rsa3072/B14085A20355B74DE0CE0FA1E19F76D037BD65B6 │ [u] Example Key <example@key>
| └─(2021-05-14) │ │ └─[13] selfsig (2021-05-16)
-[--e-] rsa3072/E56CAC142AE5A979BEECB00FB4F68595CAD4E7E5 │ └─[u] Other User ID <example@key>
- └─(2021-05-14) ├─[13] selfsig (2021-05-16)
+[--e-] rsa3072/E56CAC142AE5A979BEECB00FB4F68595CAD4E7E5 │ │ └─[h] user@notation=xyz
+ └─(2021-05-14) | └─[u] Other User ID <example@key>
+ ├─[13] selfsig (2021-05-16)
└─[10] 84C39331F6F85326 Other Signer Key <example@signer> (2021-05-16)
```
@@ -383,11 +384,12 @@ An example table entry for the detail level `full` (which includes subkeys) is e
### User Information
-An example table entry for the detail level `full` (which includes other user IDs and signatures) is explained via reference numbers below.
+An example table entry for the detail level `full` (which includes other user IDs, signatures and notations) is explained via reference numbers below.
<pre>
[u]<b>⁰</b> Test Key &lt;test@test&gt;<b>¹</b>
│<b>²</b> └─[13]<b>³</b> selfsig<b>⁴</b> (2021-05-16)<b>⁶</b>
+ │ └─[h]<b>⁹</b> user@notation=xyz<b>⁸</b>
└─[u]<b>⁰</b> Test Key2 &lt;test2@test2&gt;<b>¹</b>
├─[13]<b>³</b> selfsig<b>⁴</b> (2021-05-16)<b>⁶</b>
└─[10]<b>³</b> 84C39331F6F85326 Test Key 2 &lt;test2@example.com&gt;<b>⁵</b> (2021-05-16)<b>⁶</b> [!x]<b>⁷</b>
@@ -429,6 +431,13 @@ An example table entry for the detail level `full` (which includes other user ID
* `[i]`: invalid
* `[!x]`: non-exportable
+**8**: Notation data.
+
+**9**: Flags associated with the notation data.
+
+* `[h]`: the notation data is in human readable form
+* `[!]`: the notation data is critical
+
## Features
Press `?` while running the terminal interface to see information about key bindings and GnuPG configuration.