Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 11 Dec 2020 00:28:28 +0000 (UTC)
From:      Enji Cooper <ngie@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r368537 - head/lib/libc/sys
Message-ID:  <202012110028.0BB0SSue078265@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202012110028.0BB0SSue078265>