Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 10 Oct 2020 12:06:40 +0000 (UTC)
From:      Gordon Bergling <gbe@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r366610 - head/share/man/man3
Message-ID:  <202010101206.09AC6e6e029278@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: gbe (doc committer)
Date: Sat Oct 10 12:06:39 2020
New Revision: 366610
URL: https://svnweb.freebsd.org/changeset/base/366610

Log:
  sigevent(3): Fix a typo
  
  - asychronous -> asynchronous
  
  MFC after:	1 week

Modified:
  head/share/man/man3/sigevent.3

Modified: head/share/man/man3/sigevent.3
==============================================================================
--- head/share/man/man3/sigevent.3	Sat Oct 10 12:05:54 2020	(r366609)
+++ head/share/man/man3/sigevent.3	Sat Oct 10 12:06:39 2020	(r366610)
@@ -34,7 +34,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.



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