# HG changeset patch # User jbe # Date 1452914307 -3600 # Node ID e8084e64aa9105778a123b98f827d610097ef206 # Parent 8593a1f2c15d8fd5d6e3561e2b1b5caeeb9dab35 Consistent usage of curly brackets for documentation of listen{...} function in reference.txt diff -r 8593a1f2c15d -r e8084e64aa91 reference.txt --- a/reference.txt Sat Jan 16 01:18:21 2016 +0100 +++ b/reference.txt Sat Jan 16 04:18:27 2016 +0100 @@ -9,9 +9,9 @@ This function initializes the Moonbridge Network Server. It may be called multiple times. However, it is not allowed to register additional listeners by -calling listen(...) from a "prepare", "connect", or "finish" handler. +calling listen{...} from a "prepare", "connect", or "finish" handler. -See file "example.lua" for parametrization of the listen(...) function. +See file "example.lua" for parametrization of the listen{...} function. Warning: Moonbridge will fork the Lua environment to handle parallel requests. Functions provided as "prepare", "connect", and "finish" handlers may access