Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | man: fix wrong version info (#31949) | Yu Watanabe | 2024-04-18 | 1 | -21/+7 |
| | | | Fixes #31920. | ||||
* | man: use same version in public and system ident. | David Tardon | 2023-12-25 | 1 | -1/+1 |
| | |||||
* | Merge pull request #30615 from dtardon/docbook-valid-1 | Yu Watanabe | 2023-12-24 | 1 | -12/+14 |
|\ | | | | | DocBook validation fixes (part 1) | ||||
| * | man: use just one <listitem> for the description | David Tardon | 2023-12-24 | 1 | -12/+14 |
| | | | | | | | | <varlistentry> allows one or more <term>s, but exactly one <listitem>. | ||||
* | | man: use <simplelist> for 'See also' sections | David Tardon | 2023-12-23 | 1 | -9/+9 |
|/ | | | | | This is just a slight markup improvement; there should be no difference in rendering. | ||||
* | man: condense version information for functions | Abderrahim Kitouni | 2023-09-19 | 1 | -2/+2 |
| | | | | Use a more compact form like 'a, b, and c were added in version x' | ||||
* | man: add version information for functions | Abderrahim Kitouni | 2023-09-04 | 1 | -0/+6 |
| | |||||
* | man: add version info | Abderrahim Kitouni | 2023-08-29 | 1 | -7/+21 |
| | | | | | | | | 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. | ||||
* | man: Add a paragraph to sd_bus_call explaning callback message lifetime | igo95862 | 2020-11-17 | 1 | -0/+6 |
| | |||||
* | Merge pull request #17561 from yuwata/manv247-rc2 | Zbigniew Jędrzejewski-Szmek | 2020-11-12 | 1 | -1/+8 |
|\ | |||||
| * | man: mention that sd_bus_call() may return a negative errno mapped from ↵ | Yu Watanabe | 2020-11-12 | 1 | -2/+8 |
|/ | | | | | | D-Bus error reply Closes #17556. | ||||
* | license: LGPL-2.1+ -> LGPL-2.1-or-later | Yu Watanabe | 2020-11-09 | 1 | -1/+1 |
| | |||||
* | man: let's document explicitly that method reply handlers won't get ↵ | Lennart Poettering | 2020-05-20 | 1 | -20/+21 |
| | | | | | | ret_error set to method error Fixes: #8108 | ||||
* | man: include sd_bus_message_handler_t prototype in synopsys of all man pages ↵ | Lennart Poettering | 2020-05-20 | 1 | -0/+2 |
| | | | | | | | that reference the type The type is not trivial, and kinda important to understand things, hence import it everywhere where appropriate. | ||||
* | sd-bus: sd_bus_call docs improvements | Daan De Meyer | 2020-04-01 | 1 | -17/+22 |
| | |||||
* | sd-bus: Add sd_bus_send docs + cleanups. | Daan De Meyer | 2020-03-22 | 1 | -3/+3 |
| | |||||
* | sd-bus: sd_bus_set/get_method_call_timeout docs + cleanups. | Daan De Meyer | 2020-03-18 | 1 | -9/+2 |
| | |||||
* | sd-bus: sd_bus_call/sd_bus_call_async_docs + cleanups. | Daan De Meyer | 2020-03-18 | 1 | -0/+186 |