From 126e68fb73842a956131aca0ee5031d193959c9e Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Fri, 18 Sep 2020 23:26:29 +0200 Subject: [PATCH] system_data_types.7: Defer to aio(7) for further information about 'struct aiocb' Signed-off-by: Michael Kerrisk --- man7/system_data_types.7 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/man7/system_data_types.7 b/man7/system_data_types.7 index d2ecb35ee..ebe67ec41 100644 --- a/man7/system_data_types.7 +++ b/man7/system_data_types.7 @@ -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