summaryrefslogtreecommitdiff
path: root/man/org.freedesktop.systemd1.xml
Commit message (Collapse)AuthorAgeFilesLines
* tree-wide: s/time-out/timeout/gZbigniew Jędrzejewski-Szmek2020-05-261-1/+1
| | | | See 3f9a0a522f2029e9295ea5e9984259022be88413 for justification.
* man: run man/update-dbus-docs againLennart Poettering2020-05-121-0/+31
|
* man: use --bus-introspect to autogenerate dbus api docsZbigniew Jędrzejewski-Szmek2020-05-051-84/+71
| | | | | | This has the advantage that the executables are always in place and we don't need any units to exist on the bus, so we can eventually hook this up into a normal build system. (Probably as a build time check.)
* docs: use "polkit" to refer to PolicyKitZbigniew Jędrzejewski-Szmek2020-04-211-5/+6
| | | | | | See d35f51ea848ca76bd3747db69e8c5dd864e82bc3 for justification. First use in each file is turned into a link to the documentation page.
* man: add markers to put all dbus entities in the directives indexZbigniew Jędrzejewski-Szmek2020-04-211-0/+2974
| | | | | | | | Follow-up for f92c8d1c67bcdeba097e3203d8aafe3a31230ada. directives.index: - This index contains 3398 entries in 19 sections, referring to 333 individual + This index contains 4316 entries in 19 sections, referring to 333 individual
* man: run systemd1(5) through the updaterZbigniew Jędrzejewski-Szmek2020-04-211-751/+5118
| | | | For some reason I must've forgotten this page in 4fb222c4b2.
* D-Bus docs: systemd1 fixesDaan De Meyer2020-04-191-141/+143
|
* man: fixes from online reviewDaan De Meyer2020-04-161-42/+41
| | | | Also includes the issues pointed out by @boucman.
* man: update description of polkit rules for systemd1Zbigniew Jędrzejewski-Szmek2020-04-161-10/+31
| | | | | | Fixes #2562. v2: the erroneous part about CAP_SYS_ADMIN is removed
* update-dbus-docs: add support for settings printing just one selected interfaceZbigniew Jędrzejewski-Szmek2020-04-161-14/+14
| | | | | | So far the units there were being documented had only one custom interface. But for the pid1 case, something more flexibile is needed. So let's add an annotation in the page what we want to print, and filter in the generator.
* man: import org.freedesktop.systemd1(3) from the wikiZbigniew Jędrzejewski-Szmek2020-04-161-0/+2018
As usual, the formatting was fixed and various obvious updates were done, but nothing major. I removed documentation of snapshots and related methods though.