man: split out sd_bus_set_fd() man page from sd_bus_get_fd()
authorLennart Poettering <lennart@poettering.net>
Sat, 20 Feb 2021 13:03:34 +0000 (14:03 +0100)
committerLennart Poettering <lennart@poettering.net>
Sat, 20 Feb 2021 15:13:06 +0000 (16:13 +0100)
commitcd6d2111c496ace8370974394c766178ae0c8f40
treed7f909227d6dc947ebbd1dc8f3744aac42c9e4a4
parent2306d1778f2479cb16423d51d82f8f31b15146d1
man: split out sd_bus_set_fd() man page from sd_bus_get_fd()

sd_bus_get_fd() and related calls are useful for integrating a bus
connection into arbitrary event loops. But sd_bus_set_fd() is quite a
different beast, it's for using D-Bus over pre-initialized sockets or
pairs of fifos or stuff, i.e. very advanced stuff.

Let's split this man page in two, in order not to confuse things
needlessly.

And while we are at it, let's slightly extend the documentation.
man/rules/meson.build
man/sd_bus_get_fd.xml
man/sd_bus_set_fd.xml [new file with mode: 0644]