diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2018-07-26 20:00:36 +0200 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2018-08-02 15:45:20 +0200 |
commit | cfe8ee463d6f3a6aaeb819e4044e56f13c534bde (patch) | |
tree | b8fe3f07ca5b2a382e1bd1c252b3e9c7c1985d27 /man/sd_bus_path_encode.xml | |
parent | man: add sd_bus_message_new_signal(3) (diff) | |
download | systemd-cfe8ee463d6f3a6aaeb819e4044e56f13c534bde.tar.xz systemd-cfe8ee463d6f3a6aaeb819e4044e56f13c534bde.zip |
man: add sd_bus_message_new_call(3)
Diffstat (limited to 'man/sd_bus_path_encode.xml')
-rw-r--r-- | man/sd_bus_path_encode.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man/sd_bus_path_encode.xml b/man/sd_bus_path_encode.xml index 55c7010e73..4c60a8fa3e 100644 --- a/man/sd_bus_path_encode.xml +++ b/man/sd_bus_path_encode.xml @@ -80,7 +80,7 @@ always be <constant>NUL</constant>-terminated. The returned string will be the concatenation of the bus path prefix plus an escaped version of the external identifier string. This operation may be - reversed with <function>sd_bus_decode()</function>. It is + reversed with <function>sd_bus_path_decode()</function>. It is recommended to only use external identifiers that generally require little escaping to be turned into valid bus path identifiers (for example, by sticking to a 7-bit ASCII character |