From 7dc020ccf409a11c88e048cdb1b9d97abdd99e12 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Mon, 25 Jul 2005 11:45:25 +0000 Subject: [PATCH] Clarified the order of value and port arguments; As per Debian bug 263756 --- man2/outb.2 | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/man2/outb.2 b/man2/outb.2 index 982e321d7..b66306314 100644 --- a/man2/outb.2 +++ b/man2/outb.2 @@ -57,10 +57,11 @@ to receive a segmentation fault. .SH "CONFORMING TO" \fBoutb\fP and friends are hardware specific. The -.I port -and .I value -arguments are in the opposite order from most DOS implementations. +argument is passed first and the +.I port +argument is passed second, +which is the opposite order from most DOS implementations. .SH "SEE ALSO" .BR ioperm (2), .BR iopl (2)