ioperm.2: Remove obvious comment

Of course that is for the glibc wrapper.  As all of the other
pages that don't explicitly say otherwise.

Signed-off-by: Alejandro Colomar <alx.manpages@gmail.com>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Alejandro Colomar 2021-05-10 19:55:16 +02:00 committed by Michael Kerrisk
parent 8b4c942c50
commit 2f8cb589fb
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@
ioperm \- set port input/output permissions
.SH SYNOPSIS
.nf
.BR "#include <sys/io.h>" " /* for glibc */"
.B #include <sys/io.h>
.PP
.BI "int ioperm(unsigned long " from ", unsigned long " num ", int " turn_on );
.fi