From 8131c414408766c221565eca7eb43636f9f0311d Mon Sep 17 00:00:00 2001 From: "Adam D. Ruppe" Date: Sat, 23 Mar 2019 14:45:24 -0400 Subject: [PATCH] dox sux less --- cgi.d | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cgi.d b/cgi.d index 5917cdd..23c605b 100644 --- a/cgi.d +++ b/cgi.d @@ -568,7 +568,7 @@ class Cgi { Non-simulation arguments: --port xxx listening port for non-cgi things (valid for the cgi interfaces) - --listening-host the ip address the application should listen on + --listening-host the ip address the application should listen on, or if you want to use unix domain sockets, it is here you can set them: `--listening-host unix:filename` or, on Linux, `--listening-host abstract:name`. */