mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Fixed missing `const' in synopsis.
This commit is contained in:
parent
6785844d79
commit
7452ae6ecc
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue