diff options
| author | dsl <dsl@NetBSD.org> | 2003-03-20 11:53:29 +0000 |
|---|---|---|
| committer | dsl <dsl@NetBSD.org> | 2003-03-20 11:53:29 +0000 |
| commit | 5360d5b4c3b95dbee95bb98ecb15df9cd28b07bc (patch) | |
| tree | 18052c104bd669f536c133f8f73b980bcc2cdc89 /lib/libc/sys/ioctl.2 | |
| parent | d583be318cc90de46753fc178449da2602bdad0a (diff) | |
FIONASYNC should be FIOASYNC
Diffstat (limited to 'lib/libc/sys/ioctl.2')
| -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 |
