summaryrefslogtreecommitdiffstats
path: root/man2/outb.2
diff options
context:
space:
mode:
Diffstat (limited to 'man2/outb.2')
-rw-r--r--man2/outb.26
1 files changed, 4 insertions, 2 deletions
diff --git a/man2/outb.2 b/man2/outb.2
index c9419e062..4a3f8779f 100644
--- a/man2/outb.2
+++ b/man2/outb.2
@@ -4,7 +4,7 @@
.\"
.\" SPDX-License-Identifier: GPL-2.0-or-later
.\"
-.TH outb 2 2022-11-10 "Linux man-pages 6.03"
+.TH outb 2 2023-03-30 "Linux man-pages 6.05.01"
.SH NAME
outb, outw, outl, outsb, outsw, outsl,
inb, inw, inl, insb, insw, insl,
@@ -68,7 +68,7 @@ to tell the kernel to allow the user space application to access the
I/O ports in question.
Failure to do this will cause the application
to receive a segmentation fault.
-.SH STANDARDS
+.SH VERSIONS
.BR outb ()
and friends are hardware-specific.
The
@@ -77,6 +77,8 @@ argument is passed first and the
.I port
argument is passed second,
which is the opposite order from most DOS implementations.
+.SH STANDARDS
+None.
.SH SEE ALSO
.BR ioperm (2),
.BR iopl (2)