Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | man: add licenses to all files that lack one | Luca Boccassi | 2021-10-01 | 1 | -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 files | Zbigniew Jędrzejewski-Szmek | 2018-03-24 | 1 | -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.) |