From 9641fcaf8c057e14fa1c72985e8a670b05e5bbdc Mon Sep 17 00:00:00 2001 From: Sven Eden Date: Thu, 19 Apr 2018 18:37:32 +0200 Subject: Update man page sources to upstream tag v236 variants. --- man/sd_bus_add_match.xml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'man/sd_bus_add_match.xml') diff --git a/man/sd_bus_add_match.xml b/man/sd_bus_add_match.xml index 2014141ae..4772c738a 100644 --- a/man/sd_bus_add_match.xml +++ b/man/sd_bus_add_match.xml @@ -3,6 +3,8 @@ "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd"> -- cgit v1.2.3 From a34becc09a6ec529c2067cd578ec01810b915052 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Wed, 30 May 2018 16:28:28 +0200 Subject: man: fix minor typo --- man/sd_bus_add_match.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'man/sd_bus_add_match.xml') diff --git a/man/sd_bus_add_match.xml b/man/sd_bus_add_match.xml index 69a755b16..e8ee2b02b 100644 --- a/man/sd_bus_add_match.xml +++ b/man/sd_bus_add_match.xml @@ -123,7 +123,7 @@ name), from which the match string is internally generated. Optionally, these parameters may be specified as NULL in which case the relevant field of incoming signals is not tested. - sd_bus_match_signal_async() is combines the signal matching logic of + sd_bus_match_signal_async() combines the signal matching logic of sd_bus_match_signal() with the asynchronous behaviour of sd_bus_add_match_async(). -- cgit v1.2.3 From b26856f052f63443124a779c0cafa5a222c762f1 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Wed, 30 May 2018 16:33:12 +0200 Subject: man: document the new sd_bus_slot_set_floating() call Also extend the memory management description of sd-bus highlighting the effect of "floating" slot objects a bit. --- man/sd_bus_add_match.xml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'man/sd_bus_add_match.xml') diff --git a/man/sd_bus_add_match.xml b/man/sd_bus_add_match.xml index e8ee2b02b..1ca9b4392 100644 --- a/man/sd_bus_add_match.xml +++ b/man/sd_bus_add_match.xml @@ -132,7 +132,9 @@ at a later time with sd_bus_slot_unref3. If specified as NULL the lifetime of the match is bound to the lifetime of the bus object itself, and the - match cannot be removed independently. + match is generally not removed independently. See + sd_bus_slot_set_floating3 for + details. The message m passed to the callback is only borrowed, that is, the callback should not call sd_bus_message_unref3 @@ -175,7 +177,8 @@ sd-bus3, sd_bus_slot_unref3, sd_bus_message_ref3, - sd_bus_set_bus_client3 + sd_bus_set_bus_client3, + sd_bus_slot_set_floating3 -- cgit v1.2.3 From dd656b3679e4b5a7ec3534bf8786b022327e080d Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Tue, 12 Jun 2018 17:04:27 +0200 Subject: tree-wide: drop 'This file is part of systemd' blurb This part of the copyright blurb stems from the GPL use recommendations: https://www.gnu.org/licenses/gpl-howto.en.html The concept appears to originate in times where version control was per file, instead of per tree, and was a way to glue the files together. Ultimately, we nowadays don't live in that world anymore, and this information is entirely useless anyway, as people are very welcome to copy these files into any projects they like, and they shouldn't have to change bits that are part of our copyright header for that. hence, let's just get rid of this old cruft, and shorten our codebase a bit. --- man/sd_bus_add_match.xml | 2 -- 1 file changed, 2 deletions(-) (limited to 'man/sd_bus_add_match.xml') diff --git a/man/sd_bus_add_match.xml b/man/sd_bus_add_match.xml index 1ca9b4392..2248abbb1 100644 --- a/man/sd_bus_add_match.xml +++ b/man/sd_bus_add_match.xml @@ -5,8 +5,6 @@ -- cgit v1.2.3 From 002c7228dfa839a68591964563e5ef4ded4230a5 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Tue, 12 Jun 2018 19:00:24 +0200 Subject: tree-wide: beautify remaining copyright statements MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Let's unify an beautify our remaining copyright statements, with a unicode ©. This means our copyright statements are now always formatted the same way. Yay. --- man/sd_bus_add_match.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'man/sd_bus_add_match.xml') diff --git a/man/sd_bus_add_match.xml b/man/sd_bus_add_match.xml index 2248abbb1..67da9ecf7 100644 --- a/man/sd_bus_add_match.xml +++ b/man/sd_bus_add_match.xml @@ -5,7 +5,7 @@ -- cgit v1.2.3 From c4bf2a567a48fbc342fe840d821af5da38dd2505 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zbigniew=20J=C4=99drzejewski-Szmek?= Date: Thu, 14 Jun 2018 12:02:53 +0200 Subject: man: drop unused tags from man sources Docbook styles required those to be present, even though the templates that we use did not show those names anywhere. But something changed semi-recently (I would suspect docbook templates, but there was only a minor version bump in recent years, and the changelog does not suggest anything related), and builds now work without those entries. Let's drop this dead weight. Tested with F26-F29, debian unstable. $ perl -i -0pe 's/\s*.*<.authorgroup>//gms' man/*xml --- man/sd_bus_add_match.xml | 8 -------- 1 file changed, 8 deletions(-) (limited to 'man/sd_bus_add_match.xml') diff --git a/man/sd_bus_add_match.xml b/man/sd_bus_add_match.xml index 67da9ecf7..1cc6157f4 100644 --- a/man/sd_bus_add_match.xml +++ b/man/sd_bus_add_match.xml @@ -13,14 +13,6 @@ sd_bus_add_match systemd - - - - Julian - Orth - ju.orth@gmail.com - - -- cgit v1.2.3