From: Zbigniew Jędrzejewski-Szmek Date: Fri, 10 Jan 2014 14:10:18 +0000 (-0500) Subject: man: clarify sd_bus_e_get_errno with NULL arg X-Git-Tag: v209~480 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=3860bb6dbfb3dfe70cef33823661145dcc5b864c;hp=bc6a6232481bf1e977de08e1eebecdcf28391cf8;p=elogind.git man: clarify sd_bus_e_get_errno with NULL arg --- diff --git a/man/sd_bus_error.xml b/man/sd_bus_error.xml index 38bc30311..2d6be1e5d 100644 --- a/man/sd_bus_error.xml +++ b/man/sd_bus_error.xml @@ -297,9 +297,10 @@ 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 same rules as sd_bus_error_set. - + e->name to an errno-like value using the + same rules as sd_bus_error_set. If + e is NULL, 0 will be + returned. sd_bus_error_copy will initialize dst using the values in