summaryrefslogtreecommitdiff
path: root/man/sd_event_get_fd.xml
Commit message (Collapse)AuthorAge
* Update man page sources to upstream tag v236 variants.Sven Eden2018-04-19
|
* Prep 229.9: Make all supportable API functions visible.Sven Eden2017-12-12
| | | | | | | | | | The process of cleaning up elogind, meaning to mask all bits that are unneeded by elogind, has been finished a while ago. It is therefore time to re-enable all previously masked API functions that elogind can support. This will make it easier for future developers to integrate elogind into their software where they already support systemd-login.
* remove non-login things from manAndy Wingo2015-04-08
|
* man: fix indentation of copyright headersZbigniew Jędrzejewski-Szmek2015-03-13
|
* man: add emacs header to get correct indention in nxml-mode for the manpage ↵Lennart Poettering2014-11-21
| | | | | | | | XML files that use 2ch indenting In the long run we really should figure out if we want to stick with 8ch or 2ch indenting, and not continue with half-and-half. For now, just make emacs aware of the files that use 2ch indenting.
* man: add sd_event_get_fd(3)Zbigniew Jędrzejewski-Szmek2014-10-02
Example from Tom Gundersen is included using xi:include. The copyright notice stands out a bit. Maybe it should be removed, and the code placed in public domain.