python: Support PDM in ashd-wsgi.
[ashd.git] / python3 / doc / ashd-wsgi3.doc
index 0af0882..0be02b1 100644 (file)
@@ -7,7 +7,7 @@ ashd-wsgi3 - WSGI adapter for ashd(7)
 
 SYNOPSIS
 --------
-*ashd-wsgi3* [*-hA*] [*-p* 'MODPATH'] [*-l* 'LIMIT'] 'HANDLER-MODULE' ['ARGS'...]
+*ashd-wsgi3* [*-hA*] [*-m* 'PDM-SPEC'] [*-p* 'MODPATH'] [*-l* 'LIMIT'] 'HANDLER-MODULE' ['ARGS'...]
 
 DESCRIPTION
 -----------
@@ -62,6 +62,12 @@ OPTIONS
        complete; if none does, *ashd-wsgi3* will assume that the
        process is foobar and *abort*(3).
 
+*-m* 'PDM-SPEC'::
+
+       If the PDM library is installed on the system, create a
+       listening socket for connection PDM clients according to
+       'PDM-SPEC'.
+
 PROTOCOL
 --------