1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-14 10:09:48 +00:00

Fixed missing `const' in synopsis.

This commit is contained in:
Bruce Evans 1999-12-23 16:46:34 +00:00
parent 6785844d79
commit 7452ae6ecc
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=55039

View File

@ -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