svn commit: r297160 - head/share/man/man4
Bryan Drewery
bdrewery at FreeBSD.org
Mon Mar 21 20:29:51 UTC 2016
Author: bdrewery
Date: Mon Mar 21 20:29:49 2016
New Revision: 297160
URL: https://svnweb.freebsd.org/changeset/base/297160
Log:
Document openat(2) behavior.
MFC after: 2 weeks
Sponsored by: EMC / Isilon Storage Division
Modified:
head/share/man/man4/filemon.4
Modified: head/share/man/man4/filemon.4
==============================================================================
--- head/share/man/man4/filemon.4 Mon Mar 21 20:29:46 2016 (r297159)
+++ head/share/man/man4/filemon.4 Mon Mar 21 20:29:49 2016 (r297160)
@@ -64,6 +64,9 @@ to handle incremental builds more smartl
System calls are denoted using the following single letters:
.Pp
.Bl -tag -width indent -compact
+.It Ql A
+.Xr openat 2 .
+The next log entry may be lacking an absolute path or be inaccurate.
.It Ql C
.Xr chdir 2
.It Ql D
@@ -82,9 +85,13 @@ System calls are denoted using the follo
.Xr rename 2
.It Ql R
.Xr open 2
+or
+.Xr openat 2
for read
.It Ql W
.Xr open 2
+or
+.Xr openat 2
for write
.It Ql X
.Xr _exit 2
More information about the svn-src-all
mailing list