Remove spurious part from the docs

Signed-off-by: Izuru Yakumo <yakumo.izuru@chaotic.ninja>

git-svn-id: file:///srv/svn/repo/suika/trunk@824 f0ae65fe-ee39-954e-97ec-027ff2717ef4
This commit is contained in:
yakumo.izuru 2023-09-15 04:24:25 +00:00
parent 66c3c63129
commit 93fe83f4af
2 changed files with 0 additions and 14 deletions

View File

@ -99,18 +99,6 @@ Listens on a Unix domain socket
. sp -1 . sp -1
. IP \(bu 2.3 . IP \(bu 2.3
.\} .\}
unix+admin:///<path>
Listens on a Unix domain socket for use with suikactl(1)
.RE
.sp
.RS 4
.ie n \{\
\h'-04'\(bu\h'+03'\c
.\}
.el \{\
. sp -1
. IP \(bu 2.3
.\}
wss://host:port wss://host:port
Listens for WebSocket connections over TLS Listens for WebSocket connections over TLS
.RE .RE

View File

@ -31,8 +31,6 @@ Listens with TLS over TCP
Listens with plain-text over TCP Listens with plain-text over TCP
* unix:///<path> * unix:///<path>
Listens on a Unix domain socket Listens on a Unix domain socket
* unix+admin:///<path>
Listens on a Unix domain socket for use with suikactl(1)
* wss://host:port * wss://host:port
Listens for WebSocket connections over TLS Listens for WebSocket connections over TLS
* ws+insecure://host:port * ws+insecure://host:port