diff --git a/man/sd_journal_print.xml b/man/sd_journal_print.xml index 57d908fe22..7b08733171 100644 --- a/man/sd_journal_print.xml +++ b/man/sd_journal_print.xml @@ -246,16 +246,6 @@ sd_journal_send("MESSAGE=Hello World, this is PID %lu!", (unsigned long) getpid( file. - - History - - sd_journal_sendv() was - modified to guarantee async-signal-safety in - systemd-209. Before that, it would behave safely only - when entry size was small enough to fit in one (large) - datagram. - - See Also