mirror of
https://github.com/opnsense/src.git
synced 2026-06-04 14:26:03 -04:00
Fixed wrong arg type in synopsis.
This commit is contained in:
parent
00ffb9a030
commit
e92393ba2b
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue