svn commit: r368537 - head/lib/libc/sys

Enji Cooper ngie at FreeBSD.org
Fri Dec 11 00:28:29 UTC 2020


Author: ngie
Date: Fri Dec 11 00:28:28 2020
New Revision: 368537
URL: https://svnweb.freebsd.org/changeset/base/368537

Log:
  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

Modified:
  head/lib/libc/sys/aio_suspend.2

Modified: head/lib/libc/sys/aio_suspend.2
==============================================================================
--- head/lib/libc/sys/aio_suspend.2	Fri Dec 11 00:26:49 2020	(r368536)
+++ head/lib/libc/sys/aio_suspend.2	Fri Dec 11 00:28:28 2020	(r368537)
@@ -24,7 +24,7 @@
 .\"
 .\" $FreeBSD$
 .\"
-.Dd Oct 23, 2017
+.Dd October 23, 2017
 .Dt AIO_SUSPEND 2
 .Os
 .Sh NAME


More information about the svn-src-head mailing list