From 92d4164179518651ade878b87d5822db4e4dc355 Mon Sep 17 00:00:00 2001 From: Enji Cooper Date: Fri, 11 Dec 2020 00:28:28 +0000 Subject: [PATCH] aio_suspend.2: properly canonicalize .Dd Months should be fully spelled as their local-specific equivalents: in this case `Oct` should have been spelled like `October`. Reported by: make manlint MFC after: 1 week Sponsored by: DellEMC Isilon --- lib/libc/sys/aio_suspend.2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/libc/sys/aio_suspend.2 b/lib/libc/sys/aio_suspend.2 index be6d7e1bbbb9..b92e6866e8a4 100644 --- a/lib/libc/sys/aio_suspend.2 +++ b/lib/libc/sys/aio_suspend.2 @@ -24,7 +24,7 @@ .\" .\" $FreeBSD$ .\" -.Dd Oct 23, 2017 +.Dd October 23, 2017 .Dt AIO_SUSPEND 2 .Os .Sh NAME