From de2efb75f72a732c82d36b015b190a4fe892672e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zbigniew=20J=C4=99drzejewski-Szmek?= Date: Tue, 7 Apr 2020 21:22:13 +0200 Subject: man: import org.freedesktop.machine1(3) from the wiki The wiki was primarily describing the D-Bus API, but it also had a large introduction to the daemon functionality. I moved that latter part into the page that describes the daemon, and the API description into the new page. This is mostly a straighforward import. Apart from some required formatting changes, I removed obvious repetitions, and made tiny grammar and typo fixes where I noticed them. The goal is not to have a perfect text immediately. org.foo.bar is used for interface names, function() for methods, and signal (no parentheses) for signal names. In D-Bus, signals are similar to methods, and docbook doesn't have a nice tag for them. --- man/rules/meson.build | 1 + 1 file changed, 1 insertion(+) (limited to 'man/rules') diff --git a/man/rules/meson.build b/man/rules/meson.build index 4e57b94bbf..c6baedcf6c 100644 --- a/man/rules/meson.build +++ b/man/rules/meson.build @@ -45,6 +45,7 @@ manpages = [ ['nss-resolve', '8', ['libnss_resolve.so.2'], 'ENABLE_NSS_RESOLVE'], ['nss-systemd', '8', ['libnss_systemd.so.2'], 'ENABLE_NSS_SYSTEMD'], ['org.freedesktop.login1', '5', [], 'ENABLE_LOGIND'], + ['org.freedesktop.machine1', '5', [], 'ENABLE_MACHINED'], ['os-release', '5', [], ''], ['pam_systemd', '8', [], 'HAVE_PAM'], ['pam_systemd_home', '8', [], 'ENABLE_PAM_HOME'], -- cgit v1.2.1