summaryrefslogtreecommitdiff
path: root/man/sd_bus_path_encode.xml
diff options
context:
space:
mode:
authorTom Gundersen <teg@jklm.no>2015-02-10 17:28:34 +0100
committerTom Gundersen <teg@jklm.no>2015-02-10 22:30:35 +0100
commit53d6837510478e1275b294654663635466cbafc7 (patch)
treed25a44d1f987ac71131a4c7628e9c029e28da2d5 /man/sd_bus_path_encode.xml
parentf6f8d466bd6ce5f737d66a076c1f9e40d8ec9d7f (diff)
downloadsystemd-53d6837510478e1275b294654663635466cbafc7.tar.gz
man: sd_bus_path_encode - fix order of arguments
Diffstat (limited to 'man/sd_bus_path_encode.xml')
-rw-r--r--man/sd_bus_path_encode.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/man/sd_bus_path_encode.xml b/man/sd_bus_path_encode.xml
index 55a6fd0056..31970543df 100644
--- a/man/sd_bus_path_encode.xml
+++ b/man/sd_bus_path_encode.xml
@@ -62,8 +62,8 @@ along with systemd; If not, see <http://www.gnu.org/licenses/>.
<funcprototype>
<funcdef>int <function>sd_bus_path_decode</function></funcdef>
- <paramdef>const char *<parameter>prefix</parameter></paramdef>
<paramdef>const char *<parameter>path</parameter></paramdef>
+ <paramdef>const char *<parameter>prefix</parameter></paramdef>
<paramdef>char **<parameter>ret_external_id</parameter></paramdef>
</funcprototype>
</funcsynopsis>