mirror of
https://github.com/systemd/systemd.git
synced 2026-07-10 16:47:12 +00:00
Prompted by https://lists.freedesktop.org/archives/systemd-devel/2018-December/041817.html This also drops all references to select() from our manpages. It's 2018 after all, people should use poll(), or ppoll() or epoll().