diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-06-17 10:52:03 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-06-17 10:52:03 +0000 |
commit | 932e4432596447eb9331cc2a2bb74a26a35b4efc (patch) | |
tree | 95161711ea07fd64f0c82d6e7943024c033dd5a8 /upstream/debian-unstable/man3/sd_bus_call.3 | |
parent | Adding debian version 4.22.0-1. (diff) | |
download | manpages-l10n-932e4432596447eb9331cc2a2bb74a26a35b4efc.tar.xz manpages-l10n-932e4432596447eb9331cc2a2bb74a26a35b4efc.zip |
Merging upstream version 4.23.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'upstream/debian-unstable/man3/sd_bus_call.3')
-rw-r--r-- | upstream/debian-unstable/man3/sd_bus_call.3 | 27 |
1 files changed, 5 insertions, 22 deletions
diff --git a/upstream/debian-unstable/man3/sd_bus_call.3 b/upstream/debian-unstable/man3/sd_bus_call.3 index c142ae6a..7e9e58f3 100644 --- a/upstream/debian-unstable/man3/sd_bus_call.3 +++ b/upstream/debian-unstable/man3/sd_bus_call.3 @@ -1,5 +1,5 @@ '\" t -.TH "SD_BUS_CALL" "3" "" "systemd 255" "sd_bus_call" +.TH "SD_BUS_CALL" "3" "" "systemd 256~rc3" "sd_bus_call" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- @@ -130,16 +130,17 @@ The input parameter is \fBNULL\fR\&. .sp -Added in version 246\&. The input parameter \fIm\fR is not a D\-Bus method call\&. To create a new D\-Bus method call, use \fBsd_bus_message_new_method_call\fR(3)\&. +.sp The input parameter \fIm\fR has the \fBBUS_MESSAGE_NO_REPLY_EXPECTED\fR flag set\&. +.sp The input parameter \fIerror\fR is non\-\fBNULL\fR @@ -151,8 +152,6 @@ but was not set to .RS 4 The bus connection was allocated in a parent process and is being reused in a child process after \fBfork()\fR\&. -.sp -Added in version 246\&. .RE .PP \fB\-ENOTCONN\fR @@ -162,22 +161,16 @@ The input parameter is \fBNULL\fR or the bus is not connected\&. -.sp -Added in version 246\&. .RE .PP \fB\-ECONNRESET\fR .RS 4 The bus connection was closed while waiting for the response\&. -.sp -Added in version 246\&. .RE .PP \fB\-ETIMEDOUT\fR .RS 4 A response was not received within the given timeout\&. -.sp -Added in version 246\&. .RE .PP \fB\-ELOOP\fR @@ -185,15 +178,11 @@ Added in version 246\&. The message \fIm\fR is addressed to its own client\&. -.sp -Added in version 246\&. .RE .PP \fB\-ENOMEM\fR .RS 4 Memory allocation failed\&. -.sp -Added in version 246\&. .RE .SH "NOTES" .PP @@ -212,13 +201,7 @@ from an early phase of the program when no other threads have been started\&. \fBsd_bus_call()\fR and \fBsd_bus_call_async()\fR -were added in version 246\&. +were added in version 221\&. .SH "SEE ALSO" .PP -\fBsystemd\fR(1), -\fBsd-bus\fR(3), -\fBsd_bus_call_method\fR(3), -\fBsd_bus_call_method_async\fR(3), -\fBsd_bus_message_new_method_call\fR(3), -\fBsd_bus_message_append\fR(3), -\fBsd_bus_error\fR(3) +\fBsystemd\fR(1), \fBsd-bus\fR(3), \fBsd_bus_call_method\fR(3), \fBsd_bus_call_method_async\fR(3), \fBsd_bus_message_new_method_call\fR(3), \fBsd_bus_message_append\fR(3), \fBsd_bus_error\fR(3) |