diff options
| -rw-r--r-- | lib/libc/sys/ioctl.2 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/sys/ioctl.2 b/lib/libc/sys/ioctl.2 index 12fb784df98..1fe2d0ff580 100644 --- a/lib/libc/sys/ioctl.2 +++ b/lib/libc/sys/ioctl.2 @@ -1,4 +1,4 @@ -.\" $NetBSD: ioctl.2,v 1.14 2003/01/18 11:33:06 thorpej Exp $ +.\" $NetBSD: ioctl.2,v 1.15 2003/03/20 11:53:29 dsl Exp $ .\" .\" Copyright (c) 1980, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -104,7 +104,7 @@ calls return \-1 and set to .Er EAGAIN immediately when no data is available. -.It Dv FIONASYNC "int" +.It Dv FIOASYNC "int" Set asynchronous I/O mode if the argument is non-zero. In asynchronous mode, the process or process group specified by .Dv FIOSETOWN |
