diff options
author | Colin Booth <colin@heliocat.net> | 2020-03-30 17:48:53 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2020-03-30 18:20:42 +0000 |
commit | 5b4169f484ad2aac76c816503142067363b2c332 (patch) | |
tree | 295faf13a148eefaa20e0eda7b9c1f61381ebc25 /doc/libstddjb/selfpipe.html | |
parent | ab3af99b8537d7b106c7857ae29c9494926cef03 (diff) | |
download | skalibs-5b4169f484ad2aac76c816503142067363b2c332.tar.xz |
skalibs: fix html errors
Signed-off-by: Colin Booth <colin@heliocat.net>
Diffstat (limited to 'doc/libstddjb/selfpipe.html')
-rw-r--r-- | doc/libstddjb/selfpipe.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/libstddjb/selfpipe.html b/doc/libstddjb/selfpipe.html index e056e57..4edbaf9 100644 --- a/doc/libstddjb/selfpipe.html +++ b/doc/libstddjb/selfpipe.html @@ -160,10 +160,10 @@ and -1 if it failed. <pre> int r ; sigset_t set ; -sigemptyset(&set) ; -sigaddset(&set, SIGTERM) ; -sigaddset(&set, SIGHUP) ; -r = selfpipe_trapset(&set) ; +sigemptyset(&set) ; +sigaddset(&set, SIGTERM) ; +sigaddset(&set, SIGHUP) ; +r = selfpipe_trapset(&set) ; </pre> <p> |