Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | man: use same version in public and system ident. | David Tardon | 2023-12-25 | 1 | -1/+1 |
| | |||||
* | man: use <simplelist> for 'See also' sections | David Tardon | 2023-12-23 | 1 | -6/+6 |
| | | | | | This is just a slight markup improvement; there should be no difference in rendering. | ||||
* | man: add version information for functions | Abderrahim Kitouni | 2023-09-04 | 1 | -0/+5 |
| | |||||
* | man: add version info | Abderrahim Kitouni | 2023-08-29 | 1 | -5/+15 |
| | | | | | | | | This tries to add information about when each option was added. It goes back to version 183. The version info is included from a separate file to allow generating it, which would allow more control on the formatting of the final output. | ||||
* | tree-wide: "a" -> "an" | Yu Watanabe | 2021-06-30 | 1 | -1/+1 |
| | |||||
* | man: fix typo | Yu Watanabe | 2021-02-21 | 1 | -1/+1 |
| | |||||
* | man: split out sd_bus_set_fd() man page from sd_bus_get_fd() | Lennart Poettering | 2021-02-20 | 1 | -0/+120 |
sd_bus_get_fd() and related calls are useful for integrating a bus connection into arbitrary event loops. But sd_bus_set_fd() is quite a different beast, it's for using D-Bus over pre-initialized sockets or pairs of fifos or stuff, i.e. very advanced stuff. Let's split this man page in two, in order not to confuse things needlessly. And while we are at it, let's slightly extend the documentation. |