svn commit: r366609 - head/share/man/man4

Gordon Bergling gbe at FreeBSD.org
Sat Oct 10 12:05:54 UTC 2020


Author: gbe (doc committer)
Date: Sat Oct 10 12:05:54 2020
New Revision: 366609
URL: https://svnweb.freebsd.org/changeset/base/366609

Log:
  dtrace_audit(4): Fix a typo
  
  - asynchonously -> asynchronously
  
  MFC after:	1 week

Modified:
  head/share/man/man4/dtrace_audit.4

Modified: head/share/man/man4/dtrace_audit.4
==============================================================================
--- head/share/man/man4/dtrace_audit.4	Sat Oct 10 09:52:41 2020	(r366608)
+++ head/share/man/man4/dtrace_audit.4	Sat Oct 10 12:05:54 2020	(r366609)
@@ -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