mirror of
https://github.com/systemd/systemd.git
synced 2025-03-09 12:58:26 +03: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().