syslog.2: Remove some details about obsolete Linux libc

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2012-05-05 11:58:01 +12:00
parent 8a2384a440
commit a1402e4c93
1 changed files with 5 additions and 5 deletions

View File

@ -26,7 +26,7 @@
.\" 2008-02-15, Michael Kerrisk <mtk.manpages@gmail.com>
.\" Update LOG_BUF_LEN details; update RETURN VALUE section.
.\"
.TH SYSLOG 2 2011-09-07 "Linux" "Linux Programmer's Manual"
.TH SYSLOG 2 2012-05-05 "Linux" "Linux Programmer's Manual"
.SH NAME
syslog, klogctl \- read and/or clear kernel message ring buffer;
set console_loglevel
@ -261,10 +261,10 @@ intended to be portable.
From the very start people noted that it is unfortunate that
a system call and a library routine of the same name are entirely
different animals.
In libc4 and libc5 the number of this call was defined by
.BR SYS_klog .
In glibc 2.0 the syscall is baptized
.BR klogctl ().
.\" In libc4 and libc5 the number of this call was defined by
.\" .BR SYS_klog .
.\" In glibc 2.0 the syscall is baptized
.\" .BR klogctl ().
.SH "SEE ALSO"
.BR syslog (3),
.BR capabilities (7)