From f34f6a91e995766904a581b39a5648747062199a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C5=8Dshin?= Date: Mon, 31 Jan 2022 14:46:27 -0600 Subject: [PATCH] conn: comment format --- pkg/urbit/vere/io/conn.c | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/pkg/urbit/vere/io/conn.c b/pkg/urbit/vere/io/conn.c index 57bf88d033..c5e18f76a0 100644 --- a/pkg/urbit/vere/io/conn.c +++ b/pkg/urbit/vere/io/conn.c @@ -5,13 +5,13 @@ ** ** the control plane nominally consumes input described by: ** -** $: request-id=@ :: id sent in response -** $% [%fyrd fyrd-args=*] :: run a thread -** [%peek peek-args=*] :: scry -** [%peel peel-args=*] :: runtime peek -** [%ovum ovum-args=*] :: inject raw ovum -** [%urth urth-args=*] :: runtime command -** == == +** $: request-id=@ :: id sent in response +** $% [%fyrd fyrd-args=*] :: run a thread +** [%peek peek-args=*] :: scry +** [%peel peel-args=*] :: runtime peek +** [%ovum ovum-args=*] :: inject raw ovum +** [%urth urth-args=*] :: runtime command +** == == ** ** request-id is a client-supplied atomic identifier that will ** be returned along with the response, to allow correlating