git: 1b37af092211 - main - Bump .Dd for recently changed aio_*(2) manpages
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 28 Mar 2025 02:45:49 UTC
The branch main has been updated by ngie:
URL: https://cgit.FreeBSD.org/src/commit/?id=1b37af092211f9947d9f089f452232b791b9eafc
commit 1b37af092211f9947d9f089f452232b791b9eafc
Author: Enji Cooper <ngie@FreeBSD.org>
AuthorDate: 2025-03-28 02:43:26 +0000
Commit: Enji Cooper <ngie@FreeBSD.org>
CommitDate: 2025-03-28 02:43:26 +0000
Bump .Dd for recently changed aio_*(2) manpages
The ones that were effectively unchanged from
d97e44784bb5a^..e24279e0f9e did not have `.Dd` bumped. Only
the ones that had a net content change between those
revisions.
MFC after: 2 weeks
MFC with: d97e44784bb5a e24279e0f9e
---
lib/libsys/aio_read.2 | 2 +-
lib/libsys/aio_waitcomplete.2 | 2 +-
lib/libsys/aio_write.2 | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/lib/libsys/aio_read.2 b/lib/libsys/aio_read.2
index f7d8cdfd71b1..45779fff94c4 100644
--- a/lib/libsys/aio_read.2
+++ b/lib/libsys/aio_read.2
@@ -22,7 +22,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.Dd February 1, 2024
+.Dd March 27, 2025
.Dt AIO_READ 2
.Os
.Sh NAME
diff --git a/lib/libsys/aio_waitcomplete.2 b/lib/libsys/aio_waitcomplete.2
index f14e05abaaf0..e7f993e0b796 100644
--- a/lib/libsys/aio_waitcomplete.2
+++ b/lib/libsys/aio_waitcomplete.2
@@ -22,7 +22,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.Dd March 21, 2016
+.Dd March 27, 2025
.Dt AIO_WAITCOMPLETE 2
.Os
.Sh NAME
diff --git a/lib/libsys/aio_write.2 b/lib/libsys/aio_write.2
index 875b24fa160a..107e347ac335 100644
--- a/lib/libsys/aio_write.2
+++ b/lib/libsys/aio_write.2
@@ -22,7 +22,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.Dd February 1, 2024
+.Dd March 27, 2025
.Dt AIO_WRITE 2
.Os
.Sh NAME