svn commit: r366787 - stable/12/share/man/man4

Gordon Bergling gbe at FreeBSD.org
Sat Oct 17 09:47:57 UTC 2020


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


More information about the svn-src-all mailing list