From 28b7bb87a20d02cd6eac9d3d6bd2b93275b7b257 Mon Sep 17 00:00:00 2001 From: atatat Date: Thu, 13 Sep 2001 17:19:55 +0000 Subject: [PATCH] Add mention of the _IO() ioctl type: ioctls that just frob something in the kernel, but don't copy anything in or out. --- share/man/man9/ioctl.9 | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/share/man/man9/ioctl.9 b/share/man/man9/ioctl.9 index 5c472b078d09..d5c017468cd8 100644 --- a/share/man/man9/ioctl.9 +++ b/share/man/man9/ioctl.9 @@ -1,4 +1,4 @@ -.\" $NetBSD: ioctl.9,v 1.10 2001/09/10 23:36:57 wiz Exp $ +.\" $NetBSD: ioctl.9,v 1.11 2001/09/13 17:19:55 atatat Exp $ .\" .\" Copyright (c) 1999 The NetBSD Foundation, Inc. .\" All rights reserved. @@ -61,6 +61,9 @@ system call. E.g. ioctl(s,FOOIOCTL,...) .It Fn fun a macro which can be one of .Bl -tag -width _IOWR +.It _IO +the call is a simple message to the kernel by itself. It does not copy +anything into the kernel, nor does it want anything back. .It _IOR the call only reads parameters from the kernel and does not pass any to it