Fix type of argument.

This commit is contained in:
Ruslan Ermilov 2005-12-03 09:00:43 +00:00
parent 1186054263
commit fc37aef9c0

View File

@ -37,7 +37,7 @@
.Ft int
.Fo lio_listio
.Fa "int mode"
.Fa "struct aiocb * const [] list"
.Fa "struct aiocb * const list[]"
.Fa "int nent"
.Fa "struct sigevent *sig"
.Fc