X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=man%2Fsd_bus_new.xml;h=b36d66cca600162384ad0cbe1df414d96a97aeae;hp=1931424b86c275ee90788a9609f9894d339aa1d0;hb=cb44f25c12f6203ad1f173d5b32d4059f446508e;hpb=cd6d5e1c7631d6e74cb04be279dee22e423e08b8 diff --git a/man/sd_bus_new.xml b/man/sd_bus_new.xml index 1931424b8..b36d66cca 100644 --- a/man/sd_bus_new.xml +++ b/man/sd_bus_new.xml @@ -21,7 +21,7 @@ You should have received a copy of the GNU Lesser General Public License along with systemd; If not, see . --> - + sd_bus_new @@ -56,17 +56,17 @@ along with systemd; If not, see . int sd_bus_new - sd_bus** bus + sd_bus **bus - sd_bus* sd_bus_ref - sd_bus* bus + sd_bus *sd_bus_ref + sd_bus *bus - sd_bus* sd_bus_unref - sd_bus* bus + sd_bus *sd_bus_unref + sd_bus *bus @@ -75,7 +75,7 @@ along with systemd; If not, see . Description sd_bus_new() creates a new bus - object. This object is reference counted, and will be destroyed + object. This object is reference-counted, and will be destroyed when all references are gone. Initially, the caller of this function owns the sole reference. @@ -87,7 +87,7 @@ along with systemd; If not, see . further calls to sd_bus_ref() or sd_bus_unref() are illegal. - sd_bus_unref() destroyes a reference to + sd_bus_unref() destroys a reference to bus. @@ -125,7 +125,7 @@ along with systemd; If not, see . sd_bus_new() and other functions described here are available as a shared library, which can be compiled and linked to with the - libsystemd-bus pkg-config1 + libsystemd pkg-config1 file.