]> git.ipfire.org Git - thirdparty/systemd.git/commit
man: import org.freedesktop.machine1(3) from the wiki
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Tue, 7 Apr 2020 19:22:13 +0000 (21:22 +0200)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Sun, 12 Apr 2020 17:48:01 +0000 (19:48 +0200)
commitde2efb75f72a732c82d36b015b190a4fe892672e
tree66a75981f4f90d4d0a105ce7507b752bc8e4d92a
parent4cb5fd0da820b07b0b37b2c709cc1da755d0f191
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.
man/org.freedesktop.machine1.xml [new file with mode: 0644]
man/rules/meson.build
man/systemd-machined.service.xml