mirror of
https://github.com/systemd/systemd.git
synced 2024-12-22 17:35:35 +03:00
man: sd_bus_path_encode - fix order of arguments
This commit is contained in:
parent
f6f8d466bd
commit
53d6837510
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user