diff --git a/docs/api/index.html b/docs/api/index.html index a678630..90513d7 100644 --- a/docs/api/index.html +++ b/docs/api/index.html @@ -802,7 +802,8 @@ osc.udp://myuser.localdomain:11287/

Each running nsmd, per user, creates a state file under $XDG_RUNTIME_DIR/nsm/d/ (usually /run/user/XXXX/nsm/d/) that can be used to look up running daemons, even if no session is loaded. -The files contains the daemons osc.udp URL that is compatible with the --nsm-url parameter of the GUI.

+The name of the file is `nsmd`s PID and the files contain their daemons osc.udp URL that is +compatible with the --nsm-url parameter of the GUI.

This enables you to e.g. start nsmd at boot with a random free port. Server-control programs such @@ -1896,7 +1897,7 @@ if of no consequence to clients but required documentation nevertheless, which w

diff --git a/docs/index.html b/docs/index.html index 84500fd..5049367 100644 --- a/docs/index.html +++ b/docs/index.html @@ -557,7 +557,7 @@ Documentation and tutorials for software-developers will be added at a later dat diff --git a/docs/src/api/index.adoc b/docs/src/api/index.adoc index abec626..5e975bb 100644 --- a/docs/src/api/index.adoc +++ b/docs/src/api/index.adoc @@ -234,7 +234,8 @@ osc.udp://myuser.localdomain:11287/ Each running `nsmd`, per user, creates a state file under `$XDG_RUNTIME_DIR/nsm/d/` (usually `/run/user/XXXX/nsm/d/`) that can be used to look up running daemons, even if no session is loaded. -The files contains the daemons osc.udp URL that is compatible with the --nsm-url parameter of the GUI. +The name of the file is `nsmd`s PID and the files contain their daemons osc.udp URL that is +compatible with the --nsm-url parameter of the GUI. This enables you to e.g. start nsmd at boot with a random free port. Server-control programs such