diff options
| author | Bruce Evans <bde@FreeBSD.org> | 1999-12-23 16:46:34 +0000 |
|---|---|---|
| committer | Bruce Evans <bde@FreeBSD.org> | 1999-12-23 16:46:34 +0000 |
| commit | 7452ae6ecc2b28e4a03a081efd4544c2940c99f3 (patch) | |
| tree | bdd2819934151cbf8b970ebea41fbb81e400e391 /lib/libc | |
| parent | 6785844d79ddc52b1718038d2216eb9569226a6d (diff) | |
Notes
Diffstat (limited to 'lib/libc')
| -rw-r--r-- | lib/libc/sys/aio_error.2 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/sys/aio_error.2 b/lib/libc/sys/aio_error.2 index ae959ab14c76..ea93237a5336 100644 --- a/lib/libc/sys/aio_error.2 +++ b/lib/libc/sys/aio_error.2 @@ -33,7 +33,7 @@ .Sh SYNOPSIS .Fd #include <aio.h> .Ft int -.Fn aio_error "struct aiocb *iocb" +.Fn aio_error "const struct aiocb *iocb" .Sh DESCRIPTION The .Fn aio_error |
