mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-03 19:08:58 +00:00
Fixed wrong arg type in synopsis.
This commit is contained in:
parent
00ffb9a030
commit
e92393ba2b
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=58486
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user