From: Zbigniew Jędrzejewski-Szmek Date: Wed, 29 Jan 2014 03:02:12 +0000 (-0500) Subject: man: remove erroneous history section X-Git-Tag: v209~300 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=38180c856898d352fca38ce85d55f2d89cf8be97;p=thirdparty%2Fsystemd.git man: remove erroneous history section --- diff --git a/man/sd_journal_print.xml b/man/sd_journal_print.xml index 57d908fe227..7b087331717 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