summaryrefslogtreecommitdiffstats
path: root/share
diff options
context:
space:
mode:
authorbdrewery <bdrewery@FreeBSD.org>2016-06-21 20:20:30 +0000
committerbdrewery <bdrewery@FreeBSD.org>2016-06-21 20:20:30 +0000
commit37956f7289f74bc17547a3e4287eb211dd770ae0 (patch)
tree0e71c894bb9dc9dcd7ac57936fad83c43c24f35a /share
parentabb99fb9b4b7e91272c79ef3d992eba587f3992a (diff)
downloadFreeBSD-src-37956f7289f74bc17547a3e4287eb211dd770ae0.zip
FreeBSD-src-37956f7289f74bc17547a3e4287eb211dd770ae0.tar.gz
MFC r297160,r297196:
r297160: Document openat(2) behavior. r297196: Spell out 'system calls'.
Diffstat (limited to 'share')
-rw-r--r--share/man/man4/filemon.49
1 files changed, 8 insertions, 1 deletions
diff --git a/share/man/man4/filemon.4 b/share/man/man4/filemon.4
index 0d119bf..6ab3e9e 100644
--- a/share/man/man4/filemon.4
+++ b/share/man/man4/filemon.4
@@ -51,7 +51,7 @@ calls.
.Pp
.Nm
is not intended to be a security auditing tool.
-Many syscalls are not tracked and binaries of foreign ABI will not be fully
+Many system calls are not tracked and binaries of foreign ABI will not be fully
audited.
It is intended for auditing of processes for the purpose of determining its
dependencies in an efficient and easily parsable format.
@@ -64,6 +64,9 @@ to handle incremental builds more smartly.
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 following single letters:
.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
OpenPOWER on IntegriCloud