diff options
author | Thien-Thi Nguyen <ttn@gnuvola.org> | 2020-11-28 00:48:11 -0500 |
---|---|---|
committer | Thien-Thi Nguyen <ttn@gnuvola.org> | 2020-11-28 00:48:11 -0500 |
commit | cb909501b523699abf3460719b97b045f4158541 (patch) | |
tree | c75e3c356619fe73b789c4a1cb48ada528296e1b | |
parent | 0aba20ce06870e412023befdc89d84e0484a09a8 (diff) | |
download | docs-cb909501b523699abf3460719b97b045f4158541.tar.gz docs-cb909501b523699abf3460719b97b045f4158541.tar.bz2 docs-cb909501b523699abf3460719b97b045f4158541.zip |
mark up ‘$RESPONSE’ (two instances)
-rw-r--r-- | anastasis.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/anastasis.rst b/anastasis.rst index 1c4db00..acf9770 100644 --- a/anastasis.rst +++ b/anastasis.rst @@ -2616,7 +2616,7 @@ SMS (sms) ^^^^^^^^^ Sends an SMS with a code to the users phone. -The user must send this code back with his request (see $RESPONSE under 'Managing truth'). +The user must send this code back with his request (see ``$RESPONSE`` under 'Managing truth'). If the transmitted code is correct, the server responses with the requested encrypted key share. FIXME: details! @@ -2624,7 +2624,7 @@ FIXME: details! Email verification (email) ^^^^^^^^^^^^^^^^^^^^^^^^^^ Sends an email with a code to the users mail address. -The user must send this code back with his request (see $RESPONSE under 'Managing truth'). +The user must send this code back with his request (see ``$RESPONSE`` under 'Managing truth'). If the transmitted code is correct, the server responses with the requested encrypted key share. FIXME: details! |