]> git.tuebingen.mpg.de Git - paraslash.git/commit
signal: Improve documentation of para_signal_init().
authorAndre Noll <maan@systemlinux.org>
Tue, 14 Aug 2012 11:09:43 +0000 (13:09 +0200)
committerAndre Noll <maan@systemlinux.org>
Tue, 14 Aug 2012 11:09:43 +0000 (13:09 +0200)
commit8c24d4e777f21a8773adfd028af26b967d1880ec
treea91b9342bde5b872b8917ac1f190120aca938341
parent7d2daa840a106fd845f81d96fe45902b5e7d23f5
signal: Improve documentation of para_signal_init().

para_signal_init() does not install any signal handlers, so this part of the
documentation is incorrect. The patch fixes this flaw, mentions which end of
the signal pipe is returned to the caller and improves the wording a bit.
signal.c