aboutsummaryrefslogtreecommitdiff
path: root/doc/sws.md
diff options
context:
space:
mode:
authorDavid Timber <dxdt@dev.snart.me>2022-06-02 12:19:11 +0800
committerDavid Timber <dxdt@dev.snart.me>2022-06-02 12:19:11 +0800
commit31e7acb5c965067463f33fa59fc463086a298350 (patch)
tree921df7d673b812255da0bca13b967930a498a7ff /doc/sws.md
parent80a062ef30a2f945f6634ca9a0bf2b886a54e3ae (diff)
Doc and final touches ...
- Add .settings.json for doxygen settings - Add /doc/impl.md - Doc and change usage of /bootstrap.sh - Add notes to docs - Add 7-bit char machine check - Normailise description for init and free functions - Doc rest of source code - Remove unused function: prne_str_shift_spaces()
Diffstat (limited to 'doc/sws.md')
-rw-r--r--doc/sws.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/sws.md b/doc/sws.md
index c057937..fb84820 100644
--- a/doc/sws.md
+++ b/doc/sws.md
@@ -360,7 +360,8 @@ proone-htbtclient. MariaDB for DB backend.
### Executables
* /src/proone: Proone instance executable with DVault only
* /src/proone.bin: Proone instance executable ELF part only (not runnable)
-* /src/proone-bne: standalone bne tool for testing and index case(P0)
+* /src/proone-bne: standalone bne tool for testing and deployment of an index
+ case(P0)
* /src/proone-hostinfod: hostinfo daemon, an example of authoritive heartbeat
implementation
* /src/proone-htbtclient: heartbeat client, Proone instance maintenance tool