diff --git a/man/sd_bus_add_match.xml b/man/sd_bus_add_match.xml index 527b2d9f543..575d628364c 100644 --- a/man/sd_bus_add_match.xml +++ b/man/sd_bus_add_match.xml @@ -156,7 +156,7 @@ History sd_bus_add_match() and - sd_bus_message_handler_t() were added in version 231. + sd_bus_message_handler_t() were added in version 221. sd_bus_add_match_async(), sd_bus_match_signal(), and sd_bus_match_signal_async() were added in version 237. diff --git a/man/sd_bus_add_node_enumerator.xml b/man/sd_bus_add_node_enumerator.xml index 149bd21897a..5aeb782686d 100644 --- a/man/sd_bus_add_node_enumerator.xml +++ b/man/sd_bus_add_node_enumerator.xml @@ -98,34 +98,25 @@ -EINVAL One of the required parameters is NULL or - path is not a valid object path. - - - + path is not a valid object path. -ENOPKG - The bus cannot be resolved. - - + The bus cannot be resolved. -ECHILD - The bus was created in a different process, library or module instance. - - + The bus was created in a different process, library or module instance. -ENOMEM - Memory allocation failed. - - + Memory allocation failed. @@ -136,7 +127,7 @@ History sd_bus_node_enumerator_t() and - sd_bus_add_node_enumerator() were added in version 246. + sd_bus_add_node_enumerator() were added in version 221. diff --git a/man/sd_bus_add_object.xml b/man/sd_bus_add_object.xml index 94ad637cffa..4d14a7e7316 100644 --- a/man/sd_bus_add_object.xml +++ b/man/sd_bus_add_object.xml @@ -377,10 +377,7 @@ combination of flags, see below. SD_BUS_METHOD_WITH_ARGS() is a shorthand for calling - SD_BUS_METHOD_WITH_ARGS_OFFSET() with an offset of zero. - - - + SD_BUS_METHOD_WITH_ARGS_OFFSET() with an offset of zero. @@ -406,10 +403,7 @@ Prefer using SD_BUS_METHOD_WITH_ARGS_OFFSET() and SD_BUS_METHOD_WITH_ARGS() over these macros as they allow specifying argument types and names next to each other which is less error-prone than first specifying all argument - types followed by specifying all argument names. - - - + types followed by specifying all argument names. @@ -423,9 +417,7 @@ args. If a signal has no parameters, pass SD_BUS_NO_ARGS to args. The elements at uneven indices describe the names of the signal's arguments. Parameter flags is - a combination of flags. See below for a complete example. - - + a combination of flags. See below for a complete example. @@ -445,10 +437,7 @@ Prefer using SD_BUS_SIGNAL_WITH_ARGS() over these macros as it allows specifying argument types and names next to each other which is less error-prone than first - specifying all argument types followed by specifying all argument names. - - - + specifying all argument types followed by specifying all argument names. @@ -473,17 +462,13 @@ SD_BUS_PROPERTY() is used to define a read-only property. - - - + SD_BUS_PARAM() Parameter names should be wrapped in this macro, see the example below. - - - + @@ -502,9 +487,7 @@ Mark this vtable entry as deprecated using the org.freedesktop.DBus.Deprecated annotation in introspection data. If specified for SD_BUS_VTABLE_START(), the annotation is applied to the - enclosing interface. - - + enclosing interface. @@ -512,9 +495,7 @@ Make this vtable entry hidden. It will not be shown in introspection data. If specified for SD_BUS_VTABLE_START(), all entries in the array are - hidden. - - + hidden. @@ -522,9 +503,7 @@ Mark this vtable entry as a method that will not return a reply using the org.freedesktop.DBus.Method.NoReply annotation in introspection data. - - - + @@ -543,9 +522,7 @@ true and means that the signal is emitted. SD_BUS_VTABLE_PROPERTY_EMITS_INVALIDATION corresponds to invalidates and means that the signal is emitted, but the value is - not included in the signal. - - + not included in the signal. @@ -556,9 +533,7 @@ cannot be combined with SD_BUS_VTABLE_PROPERTY_EMITS_CHANGE, and will not be shown in property listings by default (e.g. busctl introspect). This corresponds to the org.freedesktop.systemd1.Explicit annotation - in introspection data. - - + in introspection data. @@ -567,9 +542,7 @@ Mark this vtable method entry as processing sensitive data. When set, incoming method call messages and their outgoing reply messages are marked as sensitive using sd_bus_message_sensitive3, - so that they are erased from memory when freed. - - + so that they are erased from memory when freed. @@ -579,9 +552,7 @@ its associated handler functions is determined slightly differently: instead of adding the offset parameter of the entry to the user data pointer specified during vtable registration, the offset is passed directly, converted to a pointer, without taking the user data pointer specified during - vtable registration into account. - - + vtable registration into account. @@ -597,10 +568,7 @@ for information about capabilities. Note that vtable entries may be marked as unprivileged and the whole bus may be marked as - trusted, see the discussion of SD_BUS_VTABLE_UNPRIVILEGED below. - - - + trusted, see the discussion of SD_BUS_VTABLE_UNPRIVILEGED below. @@ -625,9 +593,7 @@ additional policy that may permit or deny connections, see "CONFIGURATION FILE" in dbus-daemon1. - - - + @@ -667,33 +633,25 @@ One of the required parameters is NULL or invalid. A reserved D-Bus interface was passed as the interface parameter. - - - + -ENOPKG - The bus cannot be resolved. - - + The bus cannot be resolved. -ECHILD - The bus was created in a different process, library or module instance. - - + The bus was created in a different process, library or module instance. -ENOMEM - Memory allocation failed. - - + Memory allocation failed. @@ -701,19 +659,14 @@ sd_bus_add_object_vtable() and sd_bus_add_fallback_vtable() have been both called for the same bus - object path, which is not allowed. - - + object path, which is not allowed. -EEXIST This vtable has already been registered for this - interface and path. - - - + interface and path. @@ -730,7 +683,7 @@ sd_bus_add_fallback(), sd_bus_add_object_vtable(), sd_bus_add_fallback_vtable(), and - sd_bus_add_filter() were added in version 246. + sd_bus_add_filter() were added in version 221. diff --git a/man/sd_bus_add_object_manager.xml b/man/sd_bus_add_object_manager.xml index a636bde6c87..c47577e0319 100644 --- a/man/sd_bus_add_object_manager.xml +++ b/man/sd_bus_add_object_manager.xml @@ -77,34 +77,25 @@ -EINVAL One of the required parameters is NULL or - path is not a valid object path. - - - + path is not a valid object path. -ENOPKG - The bus cannot be resolved. - - + The bus cannot be resolved. -ECHILD - The bus was created in a different process, library or module instance. - - + The bus was created in a different process, library or module instance. -ENOMEM - Memory allocation failed. - - + Memory allocation failed. @@ -114,7 +105,7 @@ History - sd_bus_add_object_manager() was added in version 246. + sd_bus_add_object_manager() was added in version 221. diff --git a/man/sd_bus_attach_event.xml b/man/sd_bus_attach_event.xml index 993aa4350b7..16d46e5c45d 100644 --- a/man/sd_bus_attach_event.xml +++ b/man/sd_bus_attach_event.xml @@ -106,7 +106,7 @@ History sd_bus_attach_event(), sd_bus_detach_event(), and - sd_bus_get_event() were added in version 240. + sd_bus_get_event() were added in version 221. diff --git a/man/sd_bus_call.xml b/man/sd_bus_call.xml index 4cfcf17277b..531a68a07b4 100644 --- a/man/sd_bus_call.xml +++ b/man/sd_bus_call.xml @@ -137,8 +137,6 @@ The input parameter error is non-NULL but was not set to SD_BUS_ERROR_NULL. - - @@ -146,52 +144,40 @@ -ECHILD The bus connection was allocated in a parent process and is being reused - in a child process after fork(). - - + in a child process after fork(). -ENOTCONN The input parameter bus is - NULL or the bus is not connected. - - + NULL or the bus is not connected. -ECONNRESET The bus connection was closed while waiting for the response. - - - + -ETIMEDOUT - A response was not received within the given timeout. - - + A response was not received within the given timeout. -ELOOP The message m is addressed to its own client. - - - + -ENOMEM - Memory allocation failed. - - + Memory allocation failed. @@ -202,7 +188,7 @@ History sd_bus_call() and - sd_bus_call_async() were added in version 246. + sd_bus_call_async() were added in version 221. diff --git a/man/sd_bus_call_method.xml b/man/sd_bus_call_method.xml index 1bd09ce0c3a..1178a95c3d1 100644 --- a/man/sd_bus_call_method.xml +++ b/man/sd_bus_call_method.xml @@ -141,9 +141,9 @@ History - sd_bus_call_method(), - sd_bus_call_methodv(), - sd_bus_call_method_async(), and + sd_bus_call_method(), and + sd_bus_call_method_async() were added in version 221. + sd_bus_call_methodv(), sd_bus_call_method_asyncv() were added in version 246. diff --git a/man/sd_bus_can_send.xml b/man/sd_bus_can_send.xml index 7819116a7db..09e8026e33f 100644 --- a/man/sd_bus_can_send.xml +++ b/man/sd_bus_can_send.xml @@ -58,28 +58,21 @@ -ENOPKG - The bus object bus could not be resolved. - - - + The bus object bus could not be resolved. -ENOTCONN The input parameter bus is - NULL or the bus is not connected. - - + NULL or the bus is not connected. -ECHILD The bus object bus was created in a different - process. - - + process. @@ -89,7 +82,7 @@ History - sd_bus_can_send() was added in version 246. + sd_bus_can_send() was added in version 221. diff --git a/man/sd_bus_close.xml b/man/sd_bus_close.xml index 89c3cdb43c9..70d0b861390 100644 --- a/man/sd_bus_close.xml +++ b/man/sd_bus_close.xml @@ -108,8 +108,8 @@ History sd_bus_close() and - sd_bus_flush() were added in version 240. - sd_bus_default_flush_close() was added in version 246. + sd_bus_flush() were added in version 221. + sd_bus_default_flush_close() was added in version 227. diff --git a/man/sd_bus_creds_get_pid.xml b/man/sd_bus_creds_get_pid.xml index 6f3e1ee07b6..0630329eb53 100644 --- a/man/sd_bus_creds_get_pid.xml +++ b/man/sd_bus_creds_get_pid.xml @@ -539,9 +539,9 @@ sd_bus_creds_get_selinux_context(), sd_bus_creds_get_audit_session_id(), sd_bus_creds_get_audit_login_uid(), - sd_bus_creds_get_unique_name(), and - sd_bus_creds_get_well_known_names() were added in version 209. - sd_bus_creds_get_ppid(), + sd_bus_creds_get_unique_name(), + sd_bus_creds_get_well_known_names(), + sd_bus_creds_get_ppid(), sd_bus_creds_get_uid(), sd_bus_creds_get_euid(), sd_bus_creds_get_suid(), @@ -550,9 +550,9 @@ sd_bus_creds_get_sgid(), sd_bus_creds_get_fsgid(), sd_bus_creds_get_supplementary_gids(), - sd_bus_creds_get_tty(), and - sd_bus_creds_get_description() were added in version 220. - sd_bus_creds_get_user_slice() was added in version 223. + sd_bus_creds_get_tty(), + sd_bus_creds_get_description(), and + sd_bus_creds_get_user_slice() were added in version 221. sd_bus_creds_get_pidfd_dup() was added in version 256. diff --git a/man/sd_bus_creds_new_from_pid.xml b/man/sd_bus_creds_new_from_pid.xml index 4b39f4a0032..1dffd13266c 100644 --- a/man/sd_bus_creds_new_from_pid.xml +++ b/man/sd_bus_creds_new_from_pid.xml @@ -286,9 +286,9 @@ History sd_bus_creds_new_from_pid(), sd_bus_creds_get_mask(), - sd_bus_creds_ref(), and - sd_bus_creds_unref() were added in version 209. - sd_bus_creds_get_augmented_mask() was added in version 223. + sd_bus_creds_ref(), + sd_bus_creds_unref(), and + sd_bus_creds_get_augmented_mask() were added in version 221. sd_bus_creds_unrefp() was added in version 229. sd_bus_creds_new_from_pidfd() was added in version 256. diff --git a/man/sd_bus_default.xml b/man/sd_bus_default.xml index e07ca3ee744..f32fbc0b427 100644 --- a/man/sd_bus_default.xml +++ b/man/sd_bus_default.xml @@ -306,9 +306,7 @@ The requested bus type is not available because of invalid environment (for example the user session bus is not available because $XDG_RUNTIME_DIR is not set). - - - + @@ -341,10 +339,10 @@ sd_bus_open_user(), sd_bus_open_system(), sd_bus_open_system_remote(), and - sd_bus_open_system_machine() were added in version 220. + sd_bus_open_system_machine() were added in version 221. sd_bus_open_with_description(), sd_bus_open_user_with_description(), and - sd_bus_open_system_with_description() were added in version 240. + sd_bus_open_system_with_description() were added in version 239. sd_bus_open_user_machine() was added in version 248. diff --git a/man/sd_bus_emit_signal.xml b/man/sd_bus_emit_signal.xml index 7acd10baaf5..b7d764839db 100644 --- a/man/sd_bus_emit_signal.xml +++ b/man/sd_bus_emit_signal.xml @@ -214,33 +214,25 @@ One of the required parameters is NULL or invalid. A reserved D-Bus interface was passed as the interface parameter. - - - + -ENOPKG - The bus cannot be resolved. - - + The bus cannot be resolved. -ECHILD - The bus was created in a different process, library or module instance. - - + The bus was created in a different process, library or module instance. -ENOMEM - Memory allocation failed. - - + Memory allocation failed. @@ -251,9 +243,7 @@ sd_bus_emit_object_added() or sd_bus_emit_object_removed() was called on an object without an object manager registered on its own object path or one of its parent object paths. - - - + @@ -270,15 +260,15 @@ History sd_bus_emit_signal(), - sd_bus_emit_signalv(), sd_bus_emit_interfaces_added(), sd_bus_emit_interfaces_added_strv(), sd_bus_emit_interfaces_removed(), sd_bus_emit_interfaces_removed_strv(), sd_bus_emit_properties_changed(), - sd_bus_emit_properties_changed_strv(), - sd_bus_emit_object_added(), and - sd_bus_emit_object_removed() were added in version 246. + sd_bus_emit_properties_changed_strv(), were added in version 221. + sd_bus_emit_object_added(), and + sd_bus_emit_object_removed() were added in version 222. + sd_bus_emit_signalv() was added in version 246. sd_bus_emit_signal_to() and sd_bus_emit_signal_tov() were added in version 253. diff --git a/man/sd_bus_enqueue_for_read.xml b/man/sd_bus_enqueue_for_read.xml index acf1a432d32..a1352c15c0d 100644 --- a/man/sd_bus_enqueue_for_read.xml +++ b/man/sd_bus_enqueue_for_read.xml @@ -67,9 +67,7 @@ -ECHILD - The bus connection has been created in a different process, library or module instance. - - + The bus connection has been created in a different process, library or module instance. diff --git a/man/sd_bus_error.xml b/man/sd_bus_error.xml index 976c7956de5..5bf1691be24 100644 --- a/man/sd_bus_error.xml +++ b/man/sd_bus_error.xml @@ -402,11 +402,11 @@ sd_bus_error_set_const(), sd_bus_error_set_errno(), sd_bus_error_set_errnof(), + sd_bus_error_set_errnofv(), sd_bus_error_get_errno(), sd_bus_error_copy(), sd_bus_error_is_set(), and - sd_bus_error_has_name() were added in version 209. - sd_bus_error_set_errnofv() was added in version 223. + sd_bus_error_has_name() were added in version 221. sd_bus_error_move() was added in version 240. sd_bus_error_has_names_sentinel() was added in version 247. sd_bus_error_setfv() was added in version 252. diff --git a/man/sd_bus_error_add_map.xml b/man/sd_bus_error_add_map.xml index d91647f4845..e6e635130ee 100644 --- a/man/sd_bus_error_add_map.xml +++ b/man/sd_bus_error_add_map.xml @@ -120,7 +120,7 @@ History - sd_bus_error_add_map() was added in version 223. + sd_bus_error_add_map() was added in version 221. diff --git a/man/sd_bus_get_current_handler.xml b/man/sd_bus_get_current_handler.xml index 5ff2d2b5010..98b01d1f17e 100644 --- a/man/sd_bus_get_current_handler.xml +++ b/man/sd_bus_get_current_handler.xml @@ -79,7 +79,7 @@ sd_bus_get_current_handler(), sd_bus_get_current_message(), sd_bus_get_current_slot(), and - sd_bus_get_current_userdata() were added in version 246. + sd_bus_get_current_userdata() were added in version 221. diff --git a/man/sd_bus_get_fd.xml b/man/sd_bus_get_fd.xml index a7bed31f244..9d239f32946 100644 --- a/man/sd_bus_get_fd.xml +++ b/man/sd_bus_get_fd.xml @@ -150,9 +150,7 @@ -ENOPKG - The bus cannot be resolved. - - + The bus cannot be resolved. @@ -162,9 +160,9 @@ History - sd_bus_get_fd() was added in version 231. - sd_bus_get_events() and - sd_bus_get_timeout() were added in version 240. + sd_bus_get_fd(), + sd_bus_get_events(), and + sd_bus_get_timeout() were added in version 221. diff --git a/man/sd_bus_get_name_creds.xml b/man/sd_bus_get_name_creds.xml index d33cf622a5f..b223f536eb6 100644 --- a/man/sd_bus_get_name_creds.xml +++ b/man/sd_bus_get_name_creds.xml @@ -77,41 +77,31 @@ -EINVAL - An argument is invalid. - - + An argument is invalid. -ENOPKG - The bus cannot be resolved. - - + The bus cannot be resolved. -EPERM - The bus has already been started. - - + The bus has already been started. -ECHILD - The bus was created in a different process, library or module instance. - - + The bus was created in a different process, library or module instance. -ENOMEM - Memory allocation failed. - - + Memory allocation failed. @@ -122,7 +112,7 @@ History sd_bus_get_name_creds() and - sd_bus_get_owner_creds() were added in version 246. + sd_bus_get_owner_creds() were added in version 221. diff --git a/man/sd_bus_get_name_machine_id.xml b/man/sd_bus_get_name_machine_id.xml index 37ec15adff8..486701841b7 100644 --- a/man/sd_bus_get_name_machine_id.xml +++ b/man/sd_bus_get_name_machine_id.xml @@ -60,33 +60,25 @@ -EINVAL - An argument is invalid. - - + An argument is invalid. -ENOPKG - The bus cannot be resolved. - - + The bus cannot be resolved. -ECHILD - The bus was created in a different process, library or module instance. - - + The bus was created in a different process, library or module instance. -ENOMEM - Memory allocation failed. - - + Memory allocation failed. @@ -96,7 +88,7 @@ History - sd_bus_get_name_machine_id() was added in version 246. + sd_bus_get_name_machine_id() was added in version 221. diff --git a/man/sd_bus_interface_name_is_valid.xml b/man/sd_bus_interface_name_is_valid.xml index c87c4a62d0d..965480133bb 100644 --- a/man/sd_bus_interface_name_is_valid.xml +++ b/man/sd_bus_interface_name_is_valid.xml @@ -77,9 +77,7 @@ -EINVAL The p parameter is - NULL. - - + NULL. diff --git a/man/sd_bus_is_open.xml b/man/sd_bus_is_open.xml index 1d0ce1d8771..b60956ccee7 100644 --- a/man/sd_bus_is_open.xml +++ b/man/sd_bus_is_open.xml @@ -93,8 +93,8 @@ History - sd_bus_is_open() and - sd_bus_is_ready() were added in version 237. + sd_bus_is_open() was added in version 221. + sd_bus_is_ready() was added in version 237. diff --git a/man/sd_bus_list_names.xml b/man/sd_bus_list_names.xml index c9103a331a1..b49259b4f1d 100644 --- a/man/sd_bus_list_names.xml +++ b/man/sd_bus_list_names.xml @@ -66,42 +66,31 @@ -EINVAL bus or both acquired and - activatable were NULL. - - - + activatable were NULL. -ENOPKG - The bus cannot be resolved. - - + The bus cannot be resolved. -ECHILD - The bus was created in a different process, library or module instance. - - + The bus was created in a different process, library or module instance. -ENOMEM - Memory allocation failed. - - + Memory allocation failed. -ENOTCONN - The bus is not connected. - - + The bus is not connected. @@ -111,7 +100,7 @@ History - sd_bus_list_names() was added in version 246. + sd_bus_list_names() was added in version 221. diff --git a/man/sd_bus_message_read_basic.xml b/man/sd_bus_message_read_basic.xml index 3f5aafc496c..6eb0e2349d1 100644 --- a/man/sd_bus_message_read_basic.xml +++ b/man/sd_bus_message_read_basic.xml @@ -224,7 +224,7 @@ History - sd_bus_message_read_basic() was added in version 231. + sd_bus_message_read_basic() was added in version 221. diff --git a/man/sd_bus_process.xml b/man/sd_bus_process.xml index 9417d69c525..d9b49bd79e6 100644 --- a/man/sd_bus_process.xml +++ b/man/sd_bus_process.xml @@ -118,7 +118,7 @@ History - sd_bus_process() was added in version 231. + sd_bus_process() was added in version 221. diff --git a/man/sd_event_wait.xml b/man/sd_event_wait.xml index 20e1eccd4d1..95bb0bef463 100644 --- a/man/sd_event_wait.xml +++ b/man/sd_event_wait.xml @@ -320,9 +320,9 @@ History sd_event_prepare(), - sd_event_wait(), and - sd_event_dispatch() were added in version 220. - sd_event_get_state() was added in version 229. + sd_event_wait(), + sd_event_dispatch(), and + sd_event_get_state() were added in version 221. sd_event_get_iteration() was added in version 231.