moonbridge

changeset 234:e8084e64aa91

Consistent usage of curly brackets for documentation of listen{...} function in reference.txt
author jbe
date Sat Jan 16 04:18:27 2016 +0100 (2016-01-16)
parents 8593a1f2c15d
children 6bcdddff1ddd
files reference.txt
line diff
     1.1 --- a/reference.txt	Sat Jan 16 01:18:21 2016 +0100
     1.2 +++ b/reference.txt	Sat Jan 16 04:18:27 2016 +0100
     1.3 @@ -9,9 +9,9 @@
     1.4  
     1.5  This function initializes the Moonbridge Network Server. It may be called
     1.6  multiple times. However, it is not allowed to register additional listeners by
     1.7 -calling listen(...) from a "prepare", "connect", or "finish" handler.
     1.8 +calling listen{...} from a "prepare", "connect", or "finish" handler.
     1.9  
    1.10 -See file "example.lua" for parametrization of the listen(...) function.
    1.11 +See file "example.lua" for parametrization of the listen{...} function.
    1.12  
    1.13  Warning: Moonbridge will fork the Lua environment to handle parallel requests.
    1.14  Functions provided as "prepare", "connect", and "finish" handlers may access

Impressum / About Us