aboutsummaryrefslogtreecommitdiffstats
path: root/src/process.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/process.c')
-rw-r--r--src/process.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/process.c b/src/process.c
index 0e4fcb2c0a9..13f4b6aa85e 100644
--- a/src/process.c
+++ b/src/process.c
@@ -3444,6 +3444,10 @@ and MESSAGE is a string.
3444 3444
3445:plist PLIST -- Install PLIST as the new process's initial plist. 3445:plist PLIST -- Install PLIST as the new process's initial plist.
3446 3446
3447:tls-parameters LIST -- is a list that should be supplied if you're
3448opening a TLS connection. The first element is the TLS type, and the
3449remaining elements should be a keyword list accepted by gnutls-boot.
3450
3447:server QLEN -- if QLEN is non-nil, create a server process for the 3451:server QLEN -- if QLEN is non-nil, create a server process for the
3448specified FAMILY, SERVICE, and connection type (stream or datagram). 3452specified FAMILY, SERVICE, and connection type (stream or datagram).
3449If QLEN is an integer, it is used as the max. length of the server's 3453If QLEN is an integer, it is used as the max. length of the server's