summaryrefslogtreecommitdiff
path: root/man/rules
diff options
context:
space:
mode:
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2020-04-07 21:22:13 +0200
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2020-04-12 19:48:01 +0200
commitde2efb75f72a732c82d36b015b190a4fe892672e (patch)
tree66a75981f4f90d4d0a105ce7507b752bc8e4d92a /man/rules
parent4cb5fd0da820b07b0b37b2c709cc1da755d0f191 (diff)
downloadsystemd-de2efb75f72a732c82d36b015b190a4fe892672e.tar.gz
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. <interfacename>org.foo.bar</interface> is used for interface names, <function>function()</function> for methods, and <function>signal</function> (no parentheses) for signal names. In D-Bus, signals are similar to methods, and docbook doesn't have a nice tag for them.
Diffstat (limited to 'man/rules')
-rw-r--r--man/rules/meson.build1
1 files changed, 1 insertions, 0 deletions
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'],