Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 17 Oct 2020 09:47:56 +0000 (UTC)
From:      Gordon Bergling <gbe@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-12@freebsd.org
Subject:   svn commit: r366787 - stable/12/share/man/man4
Message-ID:  <202010170947.09H9luUt000759@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: gbe (doc committer)
Date: Sat Oct 17 09:47:56 2020
New Revision: 366787
URL: https://svnweb.freebsd.org/changeset/base/366787

Log:
  MFC r366609: dtrace_audit(4): Fix a typo
  
  - asynchonously -> asynchronously

Modified:
  stable/12/share/man/man4/dtrace_audit.4
Directory Properties:
  stable/12/   (props changed)

Modified: stable/12/share/man/man4/dtrace_audit.4
==============================================================================
--- stable/12/share/man/man4/dtrace_audit.4	Sat Oct 17 09:45:05 2020	(r366786)
+++ stable/12/share/man/man4/dtrace_audit.4	Sat Oct 17 09:47:56 2020	(r366787)
@@ -119,7 +119,7 @@ remains available for capture by the script.
 .Pp
 The
 .Fn audit:event:aue_*:bsm
-probes fire asynchonously from system-call return, following BSM conversion
+probes fire asynchronously from system-call return, following BSM conversion
 and just prior to being written to disk, giving access to four arguments: a
 .Vt char *
 audit event name, the



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