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=0299aa5a53c28f492815d3ce0693e2ea084c0792;hb=ffd8644641d32abf2b6aac03feea7e7c1eed9348;hpb=922d948b9f9dc4b90ac70d729d87fe505a58481f diff --git a/man/sd_event_add_signal.xml b/man/sd_event_add_signal.xml index 0299aa5a5..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,7 +94,7 @@ 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 + signalfd2 for further information. Only a single handler may be installed for a specific