]> git.ipfire.org Git - thirdparty/man-pages.git/commit
reboot.2: 1-argument reboot() is also provided by alternative libc
authorCasper Ti. Vector <caspervector@gmail.com>
Tue, 17 Nov 2015 10:37:38 +0000 (18:37 +0800)
committerMichael Kerrisk <mtk.manpages@gmail.com>
Wed, 2 Dec 2015 19:21:33 +0000 (20:21 +0100)
commit25fe569385e40614d7d2051e648cc34476dd4768
tree86411cc4da49025e7835be532a8f95535730ba21
parent6e8ccc0d6c290ef10810e316d4569cae67e71947
reboot.2: 1-argument reboot() is also provided by alternative libc

As far as the patch author knows, at least the following
alternative C libraries for linux also provide the
1-argument variant:

* uclibc: all public releases.
* dietlibc: 0.7.2 and all later releases; reboot() was not provided in
            0.7.1 and earlier releases.
* musl: all public releases.
* klibc: all public releases.
* bionic: all public releases.

... which should already cover most use cases.

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
man2/reboot.2