From 3c8fa0fd0f99996088e42c5d48e164fdae4ada40 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Mon, 17 Feb 2014 03:58:37 +0100 Subject: [PATCH 1/1] doc: properly use XML entities --- man/localtime.xml | 2 +- man/sd_bus_error.xml | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/man/localtime.xml b/man/localtime.xml index b7fd1ba15..dbf2379e7 100644 --- a/man/localtime.xml +++ b/man/localtime.xml @@ -55,7 +55,7 @@ - /etc/localtime -> ../usr/share/zoneinfo/… + /etc/localtime -> ../usr/share/zoneinfo/… diff --git a/man/sd_bus_error.xml b/man/sd_bus_error.xml index 671df441e..f3abd28a0 100644 --- a/man/sd_bus_error.xml +++ b/man/sd_bus_error.xml @@ -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. -- 2.30.2