diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2024-02-21 09:45:07 +0000 |
---|---|---|
committer | Laurent Bercot <ska@appnovation.com> | 2024-02-21 09:45:07 +0000 |
commit | 9b375965d45e69fa2b7c27c4d1da66f26d76cb14 (patch) | |
tree | fad38238b81f3363fd9761bb90f7072570465876 | |
parent | c1b02ce115e2d05b777d19e7f93e452b4c17773e (diff) | |
download | shibari-9b375965d45e69fa2b7c27c4d1da66f26d76cb14.tar.gz shibari-9b375965d45e69fa2b7c27c4d1da66f26d76cb14.tar.xz shibari-9b375965d45e69fa2b7c27c4d1da66f26d76cb14.zip |
Doc typo fix
Signed-off-by: Laurent Bercot <ska@appnovation.com>
-rw-r--r-- | doc/shibari-server-tcp.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/shibari-server-tcp.html b/doc/shibari-server-tcp.html index 88f1ca9..8d4ccba 100644 --- a/doc/shibari-server-tcp.html +++ b/doc/shibari-server-tcp.html @@ -84,7 +84,7 @@ of the shibari package provides service templates to help you run shibari-server <dl> <dt> 0 </dt> <dd> Clean exit. There was a successful series of DNS exchanges -and tipideed received EOF, or timed out while the client was idle. </dd> +and shibari-server-tcp received EOF, or timed out while the client was idle. </dd> <dt> 1 </dt> <dd> Invalid DNS query. The client spoke garbage. </dd> <dt> 100 </dt> <dd> Bad usage. shibari-server-tcp was run in an incorrect way: bad command line options, or missing environment variables, etc. </dd> |