svn commit: r366789 - stable/12/share/man/man3

Gordon Bergling gbe at FreeBSD.org
Sat Oct 17 09:50:13 UTC 2020


Author: gbe (doc committer)
Date: Sat Oct 17 09:50:12 2020
New Revision: 366789
URL: https://svnweb.freebsd.org/changeset/base/366789

Log:
  MFC r366610: sigevent(3): Fix a typo
  
  - asychronous -> asynchronous

Modified:
  stable/12/share/man/man3/sigevent.3
Directory Properties:
  stable/12/   (props changed)

Modified: stable/12/share/man/man3/sigevent.3
==============================================================================
--- stable/12/share/man/man3/sigevent.3	Sat Oct 17 09:48:56 2020	(r366788)
+++ stable/12/share/man/man3/sigevent.3	Sat Oct 17 09:50:12 2020	(r366789)
@@ -35,7 +35,7 @@
 .Sh SYNOPSIS
 .In signal.h
 .Sh DESCRIPTION
-Some operations permit threads to request asychronous notification of events
+Some operations permit threads to request asynchronous notification of events
 via a
 .Vt struct sigevent
 structure.


More information about the svn-src-stable mailing list