reboot.2: Remove mention of ancient libc4 and lib5

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2016-12-09 13:05:29 +01:00
parent 61d75c37b3
commit ae18c8cd32
1 changed files with 2 additions and 4 deletions

View File

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