summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlejandro Colomar <alx.manpages@gmail.com>2021-10-25 21:35:21 +0200
committerAlejandro Colomar <alx.manpages@gmail.com>2022-09-05 02:26:45 +0200
commiteb4a93b145fee2a9159adaaa0a05ce61ca748f8b (patch)
treebc25981bcf83b54c3068bf42c91721e2079caf05
parente2e59e5eaa7fb45af2729d3a1e14b1671f129f45 (diff)
iopl.2: SYNOPSIS: Mark as [[deprecated]]
ioperm(2) is recommended instead. Signed-off-by: Alejandro Colomar <alx.manpages@gmail.com>
-rw-r--r--man2/iopl.22
1 files changed, 1 insertions, 1 deletions
diff --git a/man2/iopl.2 b/man2/iopl.2
index 968626fc3..6515dcf9c 100644
--- a/man2/iopl.2
+++ b/man2/iopl.2
@@ -20,7 +20,7 @@ Standard C library
.nf
.B #include <sys/io.h>
.PP
-.BI "int iopl(int " level );
+.BI "[[deprecated]] int iopl(int " level );
.fi
.SH DESCRIPTION
.BR iopl ()