diff options
author | Yu Watanabe <watanabe.yu+github@gmail.com> | 2024-10-10 03:01:24 +0200 |
---|---|---|
committer | Yu Watanabe <watanabe.yu+github@gmail.com> | 2024-10-10 12:02:53 +0200 |
commit | ff5ba2d6fe18a40b7ed42a87e932f19c373c6a6d (patch) | |
tree | 0c38a8d847b736da35aa82df9b95cc2aff0e3da9 /man/sd_event_new.xml | |
parent | machined: use sd_json_dispatch_uint() when parsing CID (diff) | |
download | systemd-ff5ba2d6fe18a40b7ed42a87e932f19c373c6a6d.tar.xz systemd-ff5ba2d6fe18a40b7ed42a87e932f19c373c6a6d.zip |
sd-event: rename output parameters to ret
Diffstat (limited to 'man/sd_event_new.xml')
-rw-r--r-- | man/sd_event_new.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man/sd_event_new.xml b/man/sd_event_new.xml index 57f448cb66..315b8f41db 100644 --- a/man/sd_event_new.xml +++ b/man/sd_event_new.xml @@ -61,7 +61,7 @@ <funcprototype> <funcdef>int <function>sd_event_get_tid</function></funcdef> <paramdef>sd_event *<parameter>event</parameter></paramdef> - <paramdef>pid_t *<parameter>tid</parameter></paramdef> + <paramdef>pid_t *<parameter>ret</parameter></paramdef> </funcprototype> </funcsynopsis> |