1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-23 11:18:54 +00:00

Fix type of argument.

This commit is contained in:
Ruslan Ermilov 2005-12-03 09:00:43 +00:00
parent 1186054263
commit fc37aef9c0
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=153047

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