- igor/manlint pass with the changes (ignore the `.Dd` complaints):
```
% for i in aio_cancel.2 aio_error.2 aio_fsync.2 aio_mlock.2 aio_read.2 aio_return.2 aio_suspend.2 aio_waitcomplete.2 aio_write.2 ; do mandoc -Tlint $PWD/$i; done
% for i in aio_cancel.2 aio_error.2 aio_fsync.2 aio_mlock.2 aio_read.2 aio_return.2 aio_suspend.2 aio_waitcomplete.2 aio_write.2 ; do igor $PWD/$i; done
aio_cancel.2:25:date not today, March 25, 2025:.Dd [January 19, 2000]
aio_error.2:25:date not today, March 25, 2025:.Dd [January 2, 2021]
aio_fsync.2:25:date not today, March 25, 2025:.Dd [November 15, 2023]
aio_mlock.2:25:date not today, March 25, 2025:.Dd [August 19, 2016]
aio_read.2:25:date not today, March 25, 2025:.Dd [February 1, 2024]
aio_return.2:25:date not today, March 25, 2025:.Dd [January 11, 2021]
aio_suspend.2:25:date not today, March 25, 2025:.Dd [October 23, 2017]
aio_waitcomplete.2:25:date not today, March 25, 2025:.Dd [March 21, 2016]
aio_write.2:25:date not today, March 25, 2025:.Dd [February 1, 2024]
```
- The rendered output looks good after the change.