[Libreoffice-commits] online.git: loolwsd/README.vars

Tor Lillqvist tml at collabora.com
Tue Mar 29 11:34:17 UTC 2016


 loolwsd/README.vars |   10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

New commits:
commit 9fc71de84d35fa82ca7ff18a9d3c18c7a34c4794
Author: Tor Lillqvist <tml at collabora.com>
Date:   Tue Mar 29 14:32:55 2016 +0300

    Clarify semantics of LOK_FORK
    
    Also, talk about "kit" processes, not LibreOfficeKit instances. That
    is the terminology used in the code.

diff --git a/loolwsd/README.vars b/loolwsd/README.vars
index 80bf3b5..59108ab 100644
--- a/loolwsd/README.vars
+++ b/loolwsd/README.vars
@@ -16,18 +16,18 @@ LOOL_LOGLEVEL           <level>
 		error, warning, notice, information, debug,
 		trace
 
-LOK_FORK                <set/unset>
-	set this to enable forking instead of execve'ing of LOK
-	instances.
-
 LOK_NO_PREINIT          <set/unset>
         set this to disable pre-initialization of LOK instances.
 
+LOK_FORK                <set/unset>
+	set this to enable forking instead of execve'ing of kit
+	process instances even if LOK_NO_PREINIT is set.
+
 SLEEPFORDEBUGGER        <seconds to sleep>
         sleep <n> seconds while launching processes in order to
         allow a 'sudo gdb' session to 'attach <pid>' to them.
 
 SLEEPKITFORDEBUGGER      <seconds to sleep>
         sleep <n> seconds after launching (or forking) each
-        LibreOfficeKit instance, to allow a 'sudo gdb' session
+        kit process instance, to allow a 'sudo gdb' session
         to attach and debug that process.


More information about the Libreoffice-commits mailing list