git: 67c9a9a0ec69 - stable/12 - aio_suspend.2: properly canonicalize .Dd

From: Enji Cooper <ngie_at_FreeBSD.org>
Date: Mon, 11 Apr 2022 01:20:04 UTC
The branch stable/12 has been updated by ngie:

URL: https://cgit.FreeBSD.org/src/commit/?id=67c9a9a0ec69c262be8854b26a7185c60b4d6e0d

commit 67c9a9a0ec69c262be8854b26a7185c60b4d6e0d
Author:     Enji Cooper <ngie@FreeBSD.org>
AuthorDate: 2020-12-11 00:28:28 +0000
Commit:     Enji Cooper <ngie@FreeBSD.org>
CommitDate: 2022-04-11 01:19:51 +0000

    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
    
    (cherry picked from commit 92d4164179518651ade878b87d5822db4e4dc355)
---
 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