Document aio_read2/aio_write2

Reviewed by:	jhb
Discussed with:	asomers
Sponsored by:	The FreeBSD Foundation
MFC after:	1 week
Differential revision:	https://reviews.freebsd.org/D43448
This commit is contained in:
Konstantin Belousov
2024-02-03 20:12:59 +02:00
parent 8dfc788b84
commit a52cb4c480
3 changed files with 124 additions and 41 deletions
+4 -2
View File
@@ -383,8 +383,10 @@ MAN+= \
sleep.3 \
usleep.3
MLINKS+=aio_read.2 aio_readv.2
MLINKS+=aio_write.2 aio_writev.2
MLINKS+=aio_read.2 aio_readv.2 \
aio_read.2 aio_read2.2
MLINKS+=aio_write.2 aio_writev.2 \
aio_write.2 aio_write2.2
MLINKS+=accept.2 accept4.2
MLINKS+=access.2 eaccess.2 \
access.2 faccessat.2