summaryrefslogtreecommitdiffstats
path: root/man/journal-iterate-wait.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* man: add licenses to all files that lack oneLuca Boccassi2021-10-011-0/+2
| | | | | | | Documentation is licensed under LGPL-2.1-or-later. Scripts are MIT to facilitate reuse. Examples are relicensed to CC0-1.0 to maximise copy-and-paste for users, with permission from authors.
* man: move examples out of sd_journal_get_fd into separate filesZbigniew Jędrzejewski-Szmek2018-03-241-0/+39
man/.dir-locals is to keep indentation under control. This makes it much easier to compile and run those examples, c.f. #7578. v2: - copy more of .dir-locals.el from the root to man/.dir-locals.el (I though emacs would inherit from the one in the parent dir, but it seems it just uses its own broken defaults, including indent-tabs-mode by default.)