moonbridge

diff reference.txt @ 281:6bb191b6ead5

Make :kill(signal) accept also strings and default to signal 9 (KILL); Improved error handling of :kill(signal)
author jbe
date Thu Jun 08 01:52:18 2017 +0200 (2017-06-08)
parents 1a4f89f4c712
children 28aab22e68b6
line diff
     1.1 --- a/reference.txt	Tue Jun 06 21:58:26 2017 +0200
     1.2 +++ b/reference.txt	Thu Jun 08 01:52:18 2017 +0200
     1.3 @@ -310,8 +310,8 @@
     1.4  - :wait_call(waitfunc) 
     1.5  - :wait_yield()
     1.6  
     1.7 -Use :kill(signal) to terminate the process with the given signal (defaults to
     1.8 -15 for SIGTERM).
     1.9 +Use :kill(signal) to terminate the process with the given signal (defaults to 9
    1.10 +for SIGKILL).
    1.11  
    1.12  The :wait() method will wait for the process to terminate and return its exit
    1.13  code. If the process was terminated by a signal, a negative integer is returned

Impressum / About Us