From abaa5fb05130c23265406f03c5084ef962204eba Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Sun, 29 Jun 2014 10:04:51 +0200 Subject: [PATCH] ioperm.2: Remove ancient Linux libc details Signed-off-by: Michael Kerrisk --- man2/ioperm.2 | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/man2/ioperm.2 b/man2/ioperm.2 index 4c52b2638..37e1d0a7e 100644 --- a/man2/ioperm.2 +++ b/man2/ioperm.2 @@ -35,9 +35,6 @@ .SH NAME ioperm \- set port input/output permissions .SH SYNOPSIS -.B #include -/* for libc5 */ -.br .B #include /* for glibc */ .sp @@ -110,10 +107,9 @@ The .I /proc/ioports file shows the I/O ports that are currently allocated on the system. -Libc5 treats it as a system call and has a prototype in -.IR . -Glibc1 does not have a prototype. -Glibc2 has a prototype both in +Glibc has an +.BR ioperm () +prototype both in .I and in .IR .