]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
reboot.2: Remove mention of ancient libc4 and lib5
authorMichael Kerrisk <mtk.manpages@gmail.com>
Fri, 9 Dec 2016 12:05:29 +0000 (13:05 +0100)
committerMichael Kerrisk <mtk.manpages@gmail.com>
Fri, 9 Dec 2016 12:21:56 +0000 (13:21 +0100)
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
man2/reboot.2

index 7521d529a4580e1a5e1345962340a9f38f9f4ae1..ee8456365321e227c40f62ecd058ff3ffdf01264 100644 (file)
 .SH NAME
 reboot \- reboot or enable/disable Ctrl-Alt-Del
 .SH SYNOPSIS
-/* For libc4 and libc5 the library call and the system call
-   are identical, and since kernel version 2.1.30 there are
-   symbolic names LINUX_REBOOT_* for the constants and a
-   fourth argument to the call: */
+/* Since kernel version 2.1.30 there are symbolic names LINUX_REBOOT_*
+   for the constants and a fourth argument to the call: */
 .sp
 .B #include <unistd.h>
 .br