diff options
author | Tom Gundersen <teg@jklm.no> | 2015-02-10 17:28:34 +0100 |
---|---|---|
committer | Tom Gundersen <teg@jklm.no> | 2015-02-10 22:30:35 +0100 |
commit | 53d6837510478e1275b294654663635466cbafc7 (patch) | |
tree | d25a44d1f987ac71131a4c7628e9c029e28da2d5 /man/sd_bus_path_encode.xml | |
parent | f6f8d466bd6ce5f737d66a076c1f9e40d8ec9d7f (diff) |
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.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 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> |