diff --git a/man/org.freedesktop.import1.xml b/man/org.freedesktop.import1.xml index 1414cc15d7..56ce9f0b45 100644 --- a/man/org.freedesktop.import1.xml +++ b/man/org.freedesktop.import1.xml @@ -37,7 +37,7 @@ is mostly a small companion service for systemd-machined.service8. Many operations to manipulate local container and VM images are hence available via the systemd-machined D-Bus API, c.f. - org.freedesktop.machine1.service5. + org.freedesktop.machine15. diff --git a/man/org.freedesktop.systemd1.xml b/man/org.freedesktop.systemd1.xml index c2d4c34cd5..8e3c7611a8 100644 --- a/man/org.freedesktop.systemd1.xml +++ b/man/org.freedesktop.systemd1.xml @@ -1312,7 +1312,7 @@ node /org/freedesktop/systemd1 { SetUnitProperties() may be used to modify certain unit properties at runtime. Not all properties may be changed at runtime, but many resource management settings (primarily those listed in - systemd.cgroup5) + systemd.resource-control5) may. The changes are applied instantly and stored on disk for future boots, unless runtime is true, in which case the settings only apply until the next reboot. name is the name of the unit to modify. properties are diff --git a/man/sd-bus.xml b/man/sd-bus.xml index 0938255d5c..199a4a81e9 100644 --- a/man/sd-bus.xml +++ b/man/sd-bus.xml @@ -86,6 +86,10 @@ sd_bus_get_name_machine_id3, sd_bus_get_name_creds3, sd_bus_get_owner_creds3, +sd_bus_get_property3, +sd_bus_get_property_trivial3, +sd_bus_get_property_string3, +sd_bus_get_property_strv3, sd_bus_get_scope3, sd_bus_get_tid3, sd_bus_get_unique_name3, @@ -111,10 +115,6 @@ sd_bus_message_get_errno3, sd_bus_message_get_error3, sd_bus_message_get_monotonic_usec3, -sd_bus_message_get_property3, -sd_bus_message_get_property_trivial3, -sd_bus_message_get_property_string3, -sd_bus_message_get_property_strv3, sd_bus_message_get_sender3, sd_bus_message_get_signature3, sd_bus_message_get_type3, diff --git a/man/sd_bus_interface_name_is_valid.xml b/man/sd_bus_interface_name_is_valid.xml index 73c0ba1bf1..a72024e5a7 100644 --- a/man/sd_bus_interface_name_is_valid.xml +++ b/man/sd_bus_interface_name_is_valid.xml @@ -91,7 +91,7 @@ systemd1, sd-bus3, - sd_bus_message_call_method3 + sd_bus_call_method3 diff --git a/man/sd_bus_message_get_type.xml b/man/sd_bus_message_get_type.xml index 2b962413d2..442c763a49 100644 --- a/man/sd_bus_message_get_type.xml +++ b/man/sd_bus_message_get_type.xml @@ -83,11 +83,11 @@ SD_BUS_MESSAGE_METHOD_RETURN, SD_BUS_MESSAGE_METHOD_ERROR, SD_BUS_MESSAGE_SIGNAL. This type is either specified as a parameter when the message is created using - sd_bus_set_message_new3, + sd_bus_message_new3, or is set automatically when the message is created using - sd_bus_set_message_new_signal3, - sd_bus_set_message_new_method_call3, - sd_bus_set_message_new_method_error3 + sd_bus_message_new_signal3, + sd_bus_message_new_method_call3, + sd_bus_message_new_method_error3 and similar functions. sd_bus_message_get_error() returns the error stored in the message @@ -108,20 +108,20 @@ signal message. If interface is non-null, it also checks if the message has the same interface set. If member is non-null, it also checks if the message has the same member set. Also see - sd_bus_set_message_new_signal3. + sd_bus_message_new_signal3. It returns true when all checks pass. sd_bus_message_is_method_call() checks if message m is a method call message. If interface is non-null, it also checks if the message has the same interface set. If member is non-null, it also checks if the message has the same member set. Also see - sd_bus_set_message_new_method_call3. + sd_bus_message_new_method_call3. It returns true when all checks pass. sd_bus_message_is_method_error() checks if message m is an error reply message. If name is non-null, it also checks if the message has the same error identifier set. Also see - sd_bus_set_message_new_method_error3. + sd_bus_message_new_method_error3. It returns true when all checks pass. diff --git a/man/sd_bus_message_new_signal.xml b/man/sd_bus_message_new_signal.xml index 97afcd5c59..5ac35e7a3a 100644 --- a/man/sd_bus_message_new_signal.xml +++ b/man/sd_bus_message_new_signal.xml @@ -45,7 +45,7 @@ parameter. The signal will be sent to path path, on the interface interface, member member. When this message is sent, no reply is expected. See - sd_bus_message_new_call1 + sd_bus_message_new_method_call1 for a short description of the meaning of the path, interface, and member parameters. diff --git a/man/sd_bus_negotiate_fds.xml b/man/sd_bus_negotiate_fds.xml index f17a54f269..340049fc97 100644 --- a/man/sd_bus_negotiate_fds.xml +++ b/man/sd_bus_negotiate_fds.xml @@ -152,7 +152,7 @@ systemd1, sd-bus3, sd_bus_start3, - sd_bus_message_can_send3, + sd_bus_can_send3, sd_bus_message_get_monotonic_usec3, sd_bus_message_get_realtime_usec3, sd_bus_message_get_seqnum3, diff --git a/man/sd_bus_reply_method_error.xml b/man/sd_bus_reply_method_error.xml index 0a85557ec6..dcf9ee299f 100644 --- a/man/sd_bus_reply_method_error.xml +++ b/man/sd_bus_reply_method_error.xml @@ -84,7 +84,7 @@ The sd_bus_reply_method_error() function sends an error reply to the call message. The error structure e specifies the error to send, and is used as described in - sd_bus_message_new_error3. + sd_bus_message_new_method_error3. If no reply is expected to call, this function succeeds without sending a reply. diff --git a/man/sd_bus_set_watch_bind.xml b/man/sd_bus_set_watch_bind.xml index 0c21050390..9625652d2a 100644 --- a/man/sd_bus_set_watch_bind.xml +++ b/man/sd_bus_set_watch_bind.xml @@ -64,8 +64,8 @@ used on a connection with this feature enabled that is not established yet might block unbounded if the socket is never created. However, asynchronous remote operations (such as sd_bus_send3, - sd_bus_add_match_async3 or - sd_bus_request_match_async3) do + sd_bus_call_async3, + sd_bus_add_match_async3) do not block in this case, and safely enqueue the requested operations to be dispatched the instant the connection is set up. diff --git a/man/sd_hwdb_get.xml b/man/sd_hwdb_get.xml index ded8721537..1372f4d80c 100644 --- a/man/sd_hwdb_get.xml +++ b/man/sd_hwdb_get.xml @@ -148,7 +148,7 @@ systemd1, - systemd-udev.service8, + systemd-udevd.service8, sd-hwdb3, systemd-hwdb8 diff --git a/man/sd_hwdb_new.xml b/man/sd_hwdb_new.xml index 257b347b9b..8f1c01b731 100644 --- a/man/sd_hwdb_new.xml +++ b/man/sd_hwdb_new.xml @@ -112,7 +112,7 @@ systemd1, - systemd-udev.service8, + systemd-udevd.service8, sd-hwdb3, systemd-hwdb3 diff --git a/man/systemd-machined.service.xml b/man/systemd-machined.service.xml index ab58d8fd3f..5172f6511a 100644 --- a/man/systemd-machined.service.xml +++ b/man/systemd-machined.service.xml @@ -76,7 +76,7 @@ The sd-bus3 library exposes the - sd_bus_open_system_container3 + sd_bus_open_system_machine3 call to connect to the system bus of any registered container. The diff --git a/man/systemd-networkd.service.xml b/man/systemd-networkd.service.xml index 94a7bfd5ef..2913bb953d 100644 --- a/man/systemd-networkd.service.xml +++ b/man/systemd-networkd.service.xml @@ -92,7 +92,7 @@ systemd.network5, systemd.netdev5, systemd-networkd-wait-online.service8, - systemd-networkd-generator.service8 + systemd-network-generator.service8 diff --git a/man/systemd.link.xml b/man/systemd.link.xml index 7e17bf095f..d7724a0a59 100644 --- a/man/systemd.link.xml +++ b/man/systemd.link.xml @@ -27,7 +27,7 @@ Description A plain ini-style text file that encodes configuration for matching network devices, used by - systemd-udev8 and in + systemd-udevd8 and in particular its net_setup_link builtin. See systemd.syntax5 for a general description of the syntax. diff --git a/man/systemd.service.xml b/man/systemd.service.xml index a4a49f39af..61484d530c 100644 --- a/man/systemd.service.xml +++ b/man/systemd.service.xml @@ -1078,8 +1078,8 @@ manager. If set to kill and one of the service's processes is killed by the OOM killer the kernel is instructed to kill all remaining processes of the service, too. Defaults to the setting DefaultOOMPolicy= in - system.conf5 is - set to, except for services where Delegate= is turned on, where it defaults to + systemd-system.conf5 + is set to, except for services where Delegate= is turned on, where it defaults to continue. Use the OOMScoreAdjust= setting to configure whether processes of the unit