From d9abbd8cc887daac43a39fe2704368fbfd552379 Mon Sep 17 00:00:00 2001 From: bde Date: Thu, 23 Mar 2000 15:28:30 +0000 Subject: Fixed wrong arg type in synopsis. --- lib/libc/sys/aio_waitcomplete.2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/libc') diff --git a/lib/libc/sys/aio_waitcomplete.2 b/lib/libc/sys/aio_waitcomplete.2 index 2447c90..897c6f9 100644 --- a/lib/libc/sys/aio_waitcomplete.2 +++ b/lib/libc/sys/aio_waitcomplete.2 @@ -33,7 +33,7 @@ .Sh SYNOPSIS .Fd #include .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 -- cgit v1.1