From 2695b872bd805c976990a04fd0924a29c3a9f6ef Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Tue, 23 Jan 2018 19:09:54 +0100 Subject: [PATCH] man: it appears the description of async signal safety has its own man page now Let's refer to the new page. --- man/sd_journal_get_fd.xml | 12 ++++++------ man/sd_journal_print.xml | 4 ++-- man/sd_journal_stream_fd.xml | 4 ++-- 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/man/sd_journal_get_fd.xml b/man/sd_journal_get_fd.xml index 24ececd9cb..b15fc1728c 100644 --- a/man/sd_journal_get_fd.xml +++ b/man/sd_journal_get_fd.xml @@ -233,12 +233,12 @@ else { Signal safety - In general, sd_journal_get_fd(), - sd_journal_get_events(), and sd_journal_get_timeout() - are not "async signal safe" in the meaning of - signal7. - Nevertheless, only the first call to any of those three functions performs unsafe operations, so - subsequent calls are safe. + In general, sd_journal_get_fd(), sd_journal_get_events(), and + sd_journal_get_timeout() are not "async signal safe" in the meaning of + signal-safety7. + Nevertheless, only the first call to any of those three functions performs unsafe operations, so subsequent calls + are safe. sd_journal_process() and sd_journal_wait() are not safe. sd_journal_reliable_fd() is safe. diff --git a/man/sd_journal_print.xml b/man/sd_journal_print.xml index f771ba307f..038d3bbbd4 100644 --- a/man/sd_journal_print.xml +++ b/man/sd_journal_print.xml @@ -205,8 +205,8 @@ sd_journal_send("MESSAGE=Hello World, this is PID %lu!", (unsigned long) getpid( Thread safety All functions listed here are thread-safe and may be called in parallel from multiple threads. - sd_journal_sendv() is "async signal safe" in the meaning of - signal7. + sd_journal_sendv() is "async signal safe" in the meaning of signal-safety7. sd_journal_print, diff --git a/man/sd_journal_stream_fd.xml b/man/sd_journal_stream_fd.xml index abd4a91c15..13972aea7c 100644 --- a/man/sd_journal_stream_fd.xml +++ b/man/sd_journal_stream_fd.xml @@ -110,8 +110,8 @@ Signal safety - sd_journal_stream_fd() is "async signal safe" in the meaning of - signal7. + sd_journal_stream_fd() is "async signal safe" in the meaning of signal-safety7.