aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Somers <asomers@FreeBSD.org>2023-11-15 17:31:24 +0000
committerAlan Somers <asomers@FreeBSD.org>2023-11-30 23:49:52 +0000
commit1bb2a240232ea5b8cc3a63e61b30243e87acbdf2 (patch)
tree02b28082b5035820e2161e8704b482d0f6299e26
parentad8b59ffe7b84cae35dd19b4285863b4b506efa9 (diff)
downloadsrc-1bb2a240232ea5b8cc3a63e61b30243e87acbdf2.tar.gz
src-1bb2a240232ea5b8cc3a63e61b30243e87acbdf2.zip
aio_read.2: correct the description of aio_buf
Looks like a copypasta from aio_write.2. [skip ci] Reported by: Paul Floyd <pjfloyd@wanadoo.fr> Sponsored by: Axcient Reviewed by: jilles (manpages) Differential Revision: https://reviews.freebsd.org/D42621 (cherry picked from commit 04cfe6c12ccc75624dc87ab8f44c4852b16f0c4f)
-rw-r--r--lib/libc/sys/aio_read.24
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/sys/aio_read.2 b/lib/libc/sys/aio_read.2
index 1470c70438a3..c6f062fa406d 100644
--- a/lib/libc/sys/aio_read.2
+++ b/lib/libc/sys/aio_read.2
@@ -22,7 +22,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.Dd January 2, 2021
+.Dd November 15, 2023
.Dt AIO_READ 2
.Os
.Sh NAME
@@ -51,7 +51,7 @@ beginning at the offset
.Fn aio_read
will read
.Fa iocb->aio_nbytes
-from the buffer pointed to by
+into the buffer pointed to by
.Fa iocb->aio_buf ,
whereas
.Fn aio_readv