diff options
| author | Bruce Evans <bde@FreeBSD.org> | 2000-03-23 15:28:30 +0000 |
|---|---|---|
| committer | Bruce Evans <bde@FreeBSD.org> | 2000-03-23 15:28:30 +0000 |
| commit | e92393ba2b2a7a8d8afc124e42079779357f4644 (patch) | |
| tree | 4a20df214e0fb220e5134837f65c960086bbded2 /lib | |
| parent | 00ffb9a030ff7265bc59d688f32fbefa09054618 (diff) | |
Notes
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/libc/sys/aio_waitcomplete.2 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/sys/aio_waitcomplete.2 b/lib/libc/sys/aio_waitcomplete.2 index 2447c9055130..897c6f951b9c 100644 --- a/lib/libc/sys/aio_waitcomplete.2 +++ b/lib/libc/sys/aio_waitcomplete.2 @@ -33,7 +33,7 @@ .Sh SYNOPSIS .Fd #include <aio.h> .Ft int -.Fn aio_waitcomplete "struct aiocb **iocbp, struct timeval *timeout" +.Fn aio_waitcomplete "struct aiocb **iocbp, struct timespec *timeout" .Sh DESCRIPTION The .Fn aio_waitcomplete |
