diff options
author | orhun <orhun@archlinux.org> | 2021-06-04 22:32:09 +0300 |
---|---|---|
committer | orhun <orhun@archlinux.org> | 2021-06-04 22:32:09 +0300 |
commit | b199267c7fc81176b05293f30907b71362ee58ef (patch) | |
tree | 8a700c9b46168ae6eef6048e359ad5162d6f46b0 | |
parent | 3f9073afd79051d12fc967e207e04afc4f619625 (diff) |
docs: Update the style of flagsfeat/notation_support
-rw-r--r-- | README.md | 20 |
1 files changed, 10 insertions, 10 deletions
@@ -397,12 +397,12 @@ An example table entry for the detail level `full` (which includes other user ID **0**: Validity of the user. -* `q`: undefined -* `n`: never -* `m`: marginal -* `f`: full -* `u`: ultimate -* `?`: unknown +* `[q]`: undefined +* `[n]`: never +* `[m]`: marginal +* `[f]`: full +* `[u]`: ultimate +* `[?]`: unknown **1**: User ID. (`name` + `email`) @@ -410,10 +410,10 @@ An example table entry for the detail level `full` (which includes other user ID **3**: Certification level of the signature. -* `10`: no indication -* `11`: personal belief but no verification -* `12`: casual verification -* `13`: extensive verification +* `[10]`: no indication +* `[11]`: personal belief but no verification +* `[12]`: casual verification +* `[13]`: extensive verification **4**: Indicates that this is a self signature, whereby the users' own private key was used to sign their public key. |