aboutsummaryrefslogtreecommitdiffstats
path: root/src/mds-server
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/mds-server/client.c2
-rw-r--r--src/mds-server/client.h4
-rw-r--r--src/mds-server/interception-condition.c2
-rw-r--r--src/mds-server/interception-condition.h4
-rw-r--r--src/mds-server/multicast.c4
-rw-r--r--src/mds-server/multicast.h4
-rw-r--r--src/mds-server/queued-interception.c2
-rw-r--r--src/mds-server/queued-interception.h2
8 files changed, 12 insertions, 12 deletions
diff --git a/src/mds-server/client.c b/src/mds-server/client.c
index f9244ef..99d561e 100644
--- a/src/mds-server/client.c
+++ b/src/mds-server/client.c
@@ -198,7 +198,7 @@ size_t client_marshal(const client_t* restrict this, char* restrict data)
*
* @param this Memory slot in which to store the new client information
* @param data In buffer with the marshalled data
- * @return Zero on error, errno will be set accordingly, otherwise the number of read bytes
+ * @return Zero on error, `errno` will be set accordingly, otherwise the number of read bytes
*/
size_t client_unmarshal(client_t* restrict this, char* restrict data)
{
diff --git a/src/mds-server/client.h b/src/mds-server/client.h
index cd838a0..9ea007f 100644
--- a/src/mds-server/client.h
+++ b/src/mds-server/client.h
@@ -199,8 +199,8 @@ size_t client_marshal(const client_t* restrict this, char* restrict data);
*
* @param this Memory slot in which to store the new client information
* @param data In buffer with the marshalled data
- * @return Zero on error, errno will be set accordingly, otherwise the number of read bytes.
- * Destroy the client information on error.
+ * @return Zero on error, `errno` will be set accordingly, otherwise the
+ * number of read bytes. Destroy the client information on error.
*/
size_t client_unmarshal(client_t* restrict this, char* restrict data);
diff --git a/src/mds-server/interception-condition.c b/src/mds-server/interception-condition.c
index 091a6e5..31905c9 100644
--- a/src/mds-server/interception-condition.c
+++ b/src/mds-server/interception-condition.c
@@ -59,7 +59,7 @@ size_t interception_condition_marshal(const interception_condition_t* restrict t
*
* @param this Memory slot in which to store the new interception condition
* @param data In buffer with the marshalled data
- * @return Zero on error, errno will be set accordingly, otherwise the number of read bytes
+ * @return Zero on error, `errno` will be set accordingly, otherwise the number of read bytes
*/
size_t interception_condition_unmarshal(interception_condition_t* restrict this, char* restrict data)
{
diff --git a/src/mds-server/interception-condition.h b/src/mds-server/interception-condition.h
index 19f2c68..65b7ebc 100644
--- a/src/mds-server/interception-condition.h
+++ b/src/mds-server/interception-condition.h
@@ -78,8 +78,8 @@ size_t interception_condition_marshal(const interception_condition_t* restrict t
*
* @param this Memory slot in which to store the new interception condition
* @param data In buffer with the marshalled data
- * @return Zero on error, errno will be set accordingly, otherwise the number of read bytes.
- * Destroy the interception condition on error.
+ * @return Zero on error, `errno` will be set accordingly, otherwise the
+ * number of read bytes. Destroy the interception condition on error.
*/
size_t interception_condition_unmarshal(interception_condition_t* restrict this, char* restrict data);
diff --git a/src/mds-server/multicast.c b/src/mds-server/multicast.c
index 7d92eba..7a0b309 100644
--- a/src/mds-server/multicast.c
+++ b/src/mds-server/multicast.c
@@ -107,8 +107,8 @@ size_t multicast_marshal(const multicast_t* restrict this, char* restrict data)
*
* @param this Memory slot in which to store the new message multicast state
* @param data In buffer with the marshalled data
- * @return Zero on error, errno will be set accordingly, otherwise the number of read bytes.
- * Destroy the client information on error.
+ * @return Zero on error, `errno` will be set accordingly, otherwise the
+ * number of read bytes. Destroy the client information on error.
*/
size_t multicast_unmarshal(multicast_t* restrict this, char* restrict data)
{
diff --git a/src/mds-server/multicast.h b/src/mds-server/multicast.h
index 4747a20..020c9b9 100644
--- a/src/mds-server/multicast.h
+++ b/src/mds-server/multicast.h
@@ -103,8 +103,8 @@ size_t multicast_marshal(const multicast_t* restrict this, char* restrict data);
*
* @param this Memory slot in which to store the new message multicast state
* @param data In buffer with the marshalled data
- * @return Zero on error, errno will be set accordingly, otherwise the number of read bytes.
- * Destroy the message multicast state on error.
+ * @return Zero on error, `errno` will be set accordingly, otherwise the
+ * number of read bytes. Destroy the message multicast state on error.
*/
size_t multicast_unmarshal(multicast_t* restrict this, char* restrict data);
diff --git a/src/mds-server/queued-interception.c b/src/mds-server/queued-interception.c
index 22e01b7..aa646f1 100644
--- a/src/mds-server/queued-interception.c
+++ b/src/mds-server/queued-interception.c
@@ -54,7 +54,7 @@ size_t queued_interception_marshal(const queued_interception_t* restrict this, c
*
* @param this Memory slot in which to store the new queued interception
* @param data In buffer with the marshalled data
- * @return Zero on error, errno will be set accordingly, otherwise the number of read bytes.
+ * @return Zero on error, `errno` will be set accordingly, otherwise the number of read bytes.
*/
size_t queued_interception_unmarshal(queued_interception_t* restrict this, char* restrict data)
{
diff --git a/src/mds-server/queued-interception.h b/src/mds-server/queued-interception.h
index 3c7fe51..54413a3 100644
--- a/src/mds-server/queued-interception.h
+++ b/src/mds-server/queued-interception.h
@@ -76,7 +76,7 @@ size_t queued_interception_marshal(const queued_interception_t* restrict this, c
*
* @param this Memory slot in which to store the new queued interception
* @param data In buffer with the marshalled data
- * @return Zero on error, errno will be set accordingly, otherwise the number of read bytes.
+ * @return Zero on error, `errno` will be set accordingly, otherwise the number of read bytes.
*/
size_t queued_interception_unmarshal(queued_interception_t* restrict this, char* restrict data);