gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[gnunet-scheme] 04/05: doc: Fix CADET-related cross-references.


From: gnunet
Subject: [gnunet-scheme] 04/05: doc: Fix CADET-related cross-references.
Date: Thu, 01 Sep 2022 15:39:58 +0200

This is an automated email from the git hooks/post-receive script.

maxime-devos pushed a commit to branch master
in repository gnunet-scheme.

commit 6a6ce51022ddc8990d0c9edb748fd0f482089ef5
Author: Maxime Devos <maximedevos@telenet.be>
AuthorDate: Thu Sep 1 15:35:56 2022 +0200

    doc: Fix CADET-related cross-references.
---
 doc/cadet.tm                 | 6 +++---
 doc/service-communication.tm | 5 ++++-
 2 files changed, 7 insertions(+), 4 deletions(-)

diff --git a/doc/cadet.tm b/doc/cadet.tm
index af86e06..d7b93e4 100644
--- a/doc/cadet.tm
+++ b/doc/cadet.tm
@@ -105,9 +105,9 @@
 
   To actually send and receive messages, the
   <scm|channel-message-queue><index|channel-message-queue> can be used to
-  retrieve the <em|message queue> (see: <reference|message queue>) of the
-  channel and the procedure <scm|send-message!> can be used to send the
-  message to the message queue (see: <reference|send-message!>).
+  retrieve the <em|<reference|message queue>> of the channel and the
+  procedure <scm|<reference|send-message!>> can be used to send the message
+  to the message queue.
 
   When done with the channel, it should be <dfn|closed>, to save resources.
   This is done with <scm|>the procedure 
<scm|close-channel!><index|close-channel!>:
diff --git a/doc/service-communication.tm b/doc/service-communication.tm
index 0946c01..4dabe0c 100644
--- a/doc/service-communication.tm
+++ b/doc/service-communication.tm
@@ -19,6 +19,9 @@
     (define mq (connect/fibers config "nse" handlers error-handler))
   </scm-code>
 
+  The returned object <var|mq> is named a <dfn|message queue><index|message
+  queue><label|message queue>.
+
   <section|Asynchronuously connecting><index|connecting to services>
 
   This is an asynchronuous operation: it will \<#2018\>complete\<#2019\>
@@ -162,7 +165,7 @@
 
   <section|Sending messages>
 
-  Messages can be sent with the <scm|send-message!><index|send-message!>
+  Messages can be sent with the 
<scm|send-message!><index|send-message!><label|send-message!>
   procedure, which can be called as <scm|(send-message! <var|mq>
   <var|message> #:priority <var|priority>)>, where <var|mq> is the message
   queue and <var|message> is the message to send as a readable bytevector

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]