conn: comment format

This commit is contained in:
Jōshin 2022-01-31 14:46:27 -06:00
parent 997544eb11
commit f34f6a91e9
No known key found for this signature in database
GPG Key ID: A8BE5A9A521639D0

View File

@ -5,13 +5,13 @@
** **
** the control plane nominally consumes input described by: ** the control plane nominally consumes input described by:
** **
** $: request-id=@ :: id sent in response ** $: request-id=@ :: id sent in response
** $% [%fyrd fyrd-args=*] :: run a thread ** $% [%fyrd fyrd-args=*] :: run a thread
** [%peek peek-args=*] :: scry ** [%peek peek-args=*] :: scry
** [%peel peel-args=*] :: runtime peek ** [%peel peel-args=*] :: runtime peek
** [%ovum ovum-args=*] :: inject raw ovum ** [%ovum ovum-args=*] :: inject raw ovum
** [%urth urth-args=*] :: runtime command ** [%urth urth-args=*] :: runtime command
** == == ** == ==
** **
** request-id is a client-supplied atomic identifier that will ** request-id is a client-supplied atomic identifier that will
** be returned along with the response, to allow correlating ** be returned along with the response, to allow correlating