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=5c2fa5c7f91d1a6f8117e217bdf0f8d3ec5c5c2c;hp=ad1e70080900c3ba3a7a2d21cbb9f39587465fb9;hb=e45fc5e738b0b7700e8b4f3c4b25c58a49b44b27;hpb=4cf8496d0a5e85ec7610d166c5d35df3e6d02d1a diff --git a/man/sd_bus_new.xml b/man/sd_bus_new.xml index ad1e70080..5c2fa5c7f 100644 --- a/man/sd_bus_new.xml +++ b/man/sd_bus_new.xml @@ -1,4 +1,4 @@ - + @@ -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. @@ -112,7 +112,7 @@ along with systemd; If not, see . - -ENOMEM + -ENOMEM Memory allocation failed. @@ -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.