From 567eb123aa62d129ed69d21eed677e73525e3966 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Tue, 12 Mar 2013 17:01:10 +0100 Subject: [PATCH] ioperm.2: 'num' is *bits* not bytes! Signed-off-by: Michael Kerrisk --- man2/ioperm.2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man2/ioperm.2 b/man2/ioperm.2 index fa4e27b85..863b4df0a 100644 --- a/man2/ioperm.2 +++ b/man2/ioperm.2 @@ -45,7 +45,7 @@ ioperm \- set port input/output permissions .SH DESCRIPTION .BR ioperm () sets the port access permission bits for the calling thread for -\fInum\fP bytes starting from port address \fIfrom\fP to the value +\fInum\fP bits starting from port address \fIfrom\fP to the value \fIturn_on\fP. If \fIturn_on\fP is nonzero, the calling thread must be privileged .RB ( CAP_SYS_RAWIO ).