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=f39751d681c9a733064231f27b6fdb416f1a1594;hb=ffd8644641d32abf2b6aac03feea7e7c1eed9348;hpb=3802a3d3d7af51ddff31943d5514382f01265770 diff --git a/man/sd_event_add_signal.xml b/man/sd_event_add_signal.xml index f39751d68..ca9c4b94f 100644 --- a/man/sd_event_add_signal.xml +++ b/man/sd_event_add_signal.xml @@ -3,22 +3,22 @@ "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd"> @@ -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