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 | -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 | -5/+5 |
| | | | | 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/+9 |
| | |||||
* | man: add "internal" to "reference counter" | Zbigniew Jędrzejewski-Szmek | 2022-04-12 | 1 | -5/+4 |
| | |||||
* | license: LGPL-2.1+ -> LGPL-2.1-or-later | Yu Watanabe | 2020-11-09 | 1 | -1/+1 |
| | |||||
* | man: sd_bus_message_new: fix typo | Roy Chen (陳彥廷) | 2020-09-23 | 1 | -1/+1 |
| | |||||
* | man: make separate "Errors" sections subsection of "Return value" | Zbigniew Jędrzejewski-Szmek | 2019-03-21 | 1 | -19/+19 |
| | | | | | | | | Logically, this is better, because we're describing a subset of possible return values. Visually this also looks quite good because groff renders refsect2 much less prominently. Also rewrap things, add <constant> in various places, fix some typos. | ||||
* | man: use same header for all files | Zbigniew Jędrzejewski-Szmek | 2019-03-14 | 1 | -1/+1 |
| | | | | | | | The "include" files had type "book" for some raeason. I don't think this is meaningful. Let's just use the same everywhere. $ perl -i -0pe 's^..DOCTYPE (book|refentry) PUBLIC "-//OASIS//DTD DocBook XML V4.[25]//EN"\s+"http^<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"\n "http^gms' man/*.xml | ||||
* | man: document sd_bus_message_get_bus() in sd_bus_message_new(3) | Zbigniew Jędrzejewski-Szmek | 2018-08-02 | 1 | -0/+11 |
| | | | | | It's not a particularly obvious place, but it's a trivial function that isn't worth a man page of its own, and it doesn't fit anywhere else either. | ||||
* | man: add sd_bus_message_new(3) | Zbigniew Jędrzejewski-Szmek | 2018-08-02 | 1 | -0/+178 |