]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Remove _POSIX_PRIORITIZED_IO references from man pages
authorAlan Somers <asomers@FreeBSD.org>
Wed, 15 Nov 2023 17:56:05 +0000 (10:56 -0700)
committerAlan Somers <asomers@FreeBSD.org>
Mon, 18 Dec 2023 15:06:55 +0000 (08:06 -0700)
commit18e2c4175f78f1aaa648dd7fb7530220aed23671
tree925d35a0dab7f9b6a51f880db6be45cd88afb90e
parent66d77e0f73b2b0bb2f4f5aa5699bfab82f0c2f5f
Remove _POSIX_PRIORITIZED_IO references from man pages

We don't support it, so there's no need to tell readers what would
happen if we did.  Also, don't remind the user that a certain field is
ignored by aio_read.  Mentioning every ignored field would make the man
pages too verbose.

MFC after: 1 week
Sponsored by: Axcient
Reviewed by: Pau Amma <pauamma@gundo.com>
Differential Revision: https://reviews.freebsd.org/D42622
lib/libc/sys/aio_fsync.2
lib/libc/sys/aio_read.2
lib/libc/sys/aio_write.2