system_data_types.7: Defer to aio(7) for further information about 'struct aiocb'

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2020-09-18 23:26:29 +02:00
parent def0975720
commit 126e68fb73
1 changed files with 2 additions and 2 deletions

View File

@ -79,8 +79,8 @@ struct aiocb {
int aio_lio_opcode;/* Operation to be performed */
};
.EE
.\".IP
.\" FIXME: Add a description?
For further information about this structure, see
.BR aio (7).
.IP
Conforming to: POSIX.1-2001 and later.
.IP