X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=man%2Fsd_bus_path_encode.xml;h=7e119068724dcecaf812c8507064afcc5da141ba;hp=7cb8e77bc086b854e73f3d02baeb55e756376d64;hb=dca348bcbb462305864526c587495a14a76bfcde;hpb=0c9d8f1d4b5018199cb5a9b57580dc1480a7f915 diff --git a/man/sd_bus_path_encode.xml b/man/sd_bus_path_encode.xml index 7cb8e77bc..7e1190687 100644 --- a/man/sd_bus_path_encode.xml +++ b/man/sd_bus_path_encode.xml @@ -101,11 +101,11 @@ along with systemd; If not, see . takes a bus path and a prefix string, plus a place to store the returned external identifier string. If the bus path does not start with the specified prefix, 0 is returned and the returned - string is set to NULL. Otherwise the the + string is set to NULL. Otherwise the string following the prefix is unescaped and returned in the external identifier string. - The escaping used will will replace all characters which are + The escaping used will replace all characters which are invalid in a bus object path by _ followed by a hexadecimal value. As a special case, the empty string will be replaced by a lone _.