git: 22cf7f752f45 - stable/12 - lio_listio(2): fix manlint error

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

URL: https://cgit.FreeBSD.org/src/commit/?id=22cf7f752f45f67e85d0792e1832f31735d0a952

commit 22cf7f752f45f67e85d0792e1832f31735d0a952
Author:     Enji Cooper <ngie@FreeBSD.org>
AuthorDate: 2020-12-08 03:48:05 +0000
Commit:     Enji Cooper <ngie@FreeBSD.org>
CommitDate: 2022-04-11 01:24:22 +0000

    lio_listio(2): fix manlint error
    
    The date with .Dd prior to this change isn't canonically spelled out: it
    should have been "December", not "Dec".
    
    MFC after:      1 week
    Sponsored by:   DellEMC Isilon
    
    (cherry picked from commit 403b2124d47c5b31c14d5242f29a61c42067d61a)
---
 lib/libc/sys/lio_listio.2 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/libc/sys/lio_listio.2 b/lib/libc/sys/lio_listio.2
index cc31f54babf2..0e04e7c88338 100644
--- a/lib/libc/sys/lio_listio.2
+++ b/lib/libc/sys/lio_listio.2
@@ -24,7 +24,7 @@
 .\"
 .\" $FreeBSD$
 .\"
-.Dd Dec 7, 2019
+.Dd December 7, 2019
 .Dt LIO_LISTIO 2
 .Os
 .Sh NAME