Fixed wrong arg type in synopsis.

This commit is contained in:
Bruce Evans 2000-03-23 15:28:30 +00:00
parent 00ffb9a030
commit e92393ba2b

View File

@ -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