X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=man%2Fsd_bus_error.xml;h=68f1d7b47d553d671d6adb7ec37a456adbb0c10a;hp=671df441ea408546c404c42de9c6ad587b9fe96e;hb=f47c5c47d1a7bcfa1842ff7cc52b1f7fc1d86bcf;hpb=66f756d437658cc464bfb5647c97efd0cf77f933 diff --git a/man/sd_bus_error.xml b/man/sd_bus_error.xml index 671df441e..68f1d7b47 100644 --- a/man/sd_bus_error.xml +++ b/man/sd_bus_error.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_error @@ -297,7 +297,7 @@ along with systemd; If not, see . format and the arguments. sd_bus_error_get_errno is will convert - e->name to an errno-like value using the + e->name to an errno-like value using the same rules as sd_bus_error_set. If e is NULL, 0 will be returned. @@ -343,7 +343,7 @@ along with systemd; If not, see . sd_bus_error_get_errno returns false when e is NULL, and a positive errno value mapped from - e->name otherwise. + e->name otherwise. sd_bus_error_copy returns 0 or a positive integer on success, and one of the negative error values @@ -351,12 +351,12 @@ along with systemd; If not, see . sd_bus_error_is_set returns true when e and - e->name are non-NULL, + e->name are non-NULL, false otherwise. sd_bus_error_has_name returns true when e is - non-NULL and e->name + non-NULL and e->name is equal to name, false otherwise.