From 3860bb6dbfb3dfe70cef33823661145dcc5b864c Mon Sep 17 00:00:00 2001 From: =?utf8?q?Zbigniew=20J=C4=99drzejewski-Szmek?= Date: Fri, 10 Jan 2014 09:10:18 -0500 Subject: [PATCH 1/1] man: clarify sd_bus_e_get_errno with NULL arg --- man/sd_bus_error.xml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) 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 -- 2.30.2