X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=man%2Fsd_event_add_signal.xml;h=ca9c4b94fd5ef345552f3a171fad2f567484f204;hp=65842688181c851b8995e28693618a37ff9253fc;hb=ffd8644641d32abf2b6aac03feea7e7c1eed9348;hpb=8474b70c3a3842cdf3d51f331dd117ab6421f6d0 diff --git a/man/sd_event_add_signal.xml b/man/sd_event_add_signal.xml index 658426881..ca9c4b94f 100644 --- a/man/sd_event_add_signal.xml +++ b/man/sd_event_add_signal.xml @@ -1,24 +1,24 @@ - + @@ -86,7 +86,7 @@ along with systemd; If not, see . the source parameter. The signal parameter specifies the signal to be handled (see - signal7). + signal7). The handler must reference a function to call when the signal is delivered or be NULL. The handler function will be passed the @@ -94,8 +94,8 @@ along with systemd; If not, see . freely by the caller. The handler also receives a pointer to a const struct signalfd_siginfo containing the information about the received signal. See - signalfd2 - for futher information. + signalfd2 + for further information. Only a single handler may be installed for a specific signal. The signal will be unblocked, and must be