From 403b2124d47c5b31c14d5242f29a61c42067d61a Mon Sep 17 00:00:00 2001 From: Enji Cooper Date: Tue, 8 Dec 2020 03:48:05 +0000 Subject: [PATCH] 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 --- 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