chiark / gitweb /
man: sd_bus_path_encode - fix order of arguments
[elogind.git] / man / sd_bus_path_encode.xml
index c96b0ac8056f423f025c2777c43da28150fc1a13..31970543df8c42ec24b0c802b0dcea85ce030479 100644 (file)
@@ -1,4 +1,4 @@
-<?xml version='1.0'?> <!--*-nxml-*-->
+<?xml version='1.0'?> <!--*- Mode: nxml; nxml-child-indent: 2; indent-tabs-mode: nil -*-->
 <!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
 "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd">
 
@@ -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>