Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-01-18 | sd-event: check clock argument to sd_event_now() | Zbigniew Jędrzejewski-Szmek | |
sd_event_now() is a public function, so we must check all arguments for validity. Update man page and add tests. Sample debug message: Assertion 'IN_SET(clock, CLOCK_REALTIME, CLOCK_REALTIME_ALARM, CLOCK_MONOTONIC, CLOCK_BOOTTIME, CLOCK_BOOTTIME_ALARM)' failed at src/libsystemd/sd-event/sd-event.c:2719, function sd_event_now(). Ignoring. | |||
2015-12-26 | man: fix typos | Jakub Wilk | |
2015-11-19 | man: fully document sd-event interfaces | Lennart Poettering | |
This completes the set of man pages for sd-event and contains some minor other fixes for other man pages too. The sd_event_set_name(3) man page is renamed to sd_event_source_set_description(3), which is the correct name of the concept today. |