From 9abe76c6121e6d50654f250cb885dd7d46e98a98 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Loi=CC=88c=20Correnson?= <loic.correnson@cea.fr> Date: Thu, 30 Nov 2023 15:19:23 +0100 Subject: [PATCH] [server] fix server doc --- src/plugins/server/doc/server.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/plugins/server/doc/server.md b/src/plugins/server/doc/server.md index 92163ccf852..e0d6927a3da 100644 --- a/src/plugins/server/doc/server.md +++ b/src/plugins/server/doc/server.md @@ -108,13 +108,13 @@ a list of _commands_: Similarly, a single output message consists of a list of _replies_, listed in table below: -| Replies | Parameters | Description | -|:---------|:-----------|:------------| +| Replies | Parameters | Description | +|:--------|:-----------|:------------| | `DATA` | `id,data` | Response data from the identified request | | `ERROR` | `id,message` | Error message from the identified request | -| `SIGNAL` | `id` | The identified signal has been emitted since last exchange | -| `KILLED` | `id` | The identified request has been killed or interrupted | -| `REJECTED` | `id` | The identified request was not registered on the Server | +| `SIGNAL` | `id` | The signal has been emitted since last exchange | +| `KILLED` | `id` | The request has been killed or interrupted | +| `REJECTED` | `id` | The request was not registered on the Server | | `CMDLINEON` | - | The command line has started | | `CMDLINEOFF` | - | The command line is terminated | -- GitLab