Date: Thu, 10 Feb 2022 13:46:53 GMT From: Mark Johnston <markj@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org Subject: git: 9d81d364071e - stable/13 - filemon.4: Document FILEMON_SET_FD errors and refine wording a bit Message-ID: <202202101346.21ADkrOw049630@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch stable/13 has been updated by markj: URL: https://cgit.FreeBSD.org/src/commit/?id=9d81d364071e28b5c802ad67ba168144e9cc3c69 commit 9d81d364071e28b5c802ad67ba168144e9cc3c69 Author: Mark Johnston <markj@FreeBSD.org> AuthorDate: 2022-02-03 14:42:14 +0000 Commit: Mark Johnston <markj@FreeBSD.org> CommitDate: 2022-02-10 13:46:36 +0000 filemon.4: Document FILEMON_SET_FD errors and refine wording a bit Reviewed by: emaste, debdrup, Pau Amma Sponsored by: The FreeBSD Foundation (cherry picked from commit 03399cd6e04eb108db0392c8e77eb6ea00c5532e) --- share/man/man4/filemon.4 | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/share/man/man4/filemon.4 b/share/man/man4/filemon.4 index 24707fe3e592..9fb2fe10a2ec 100644 --- a/share/man/man4/filemon.4 +++ b/share/man/man4/filemon.4 @@ -31,7 +31,7 @@ .\" .\" $FreeBSD$ .\" -.Dd June 15, 2019 +.Dd February 1, 2022 .Dt FILEMON 4 .Os .Sh NAME @@ -51,10 +51,10 @@ calls. .Pp .Nm is not intended to be a security auditing tool. -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. +Many system calls are not tracked and binaries using a non-native ABI may not +be fully audited. +It is intended for auditing of processes for the purpose of determining their +dependencies using an efficient and easily parsable format. An example of this is .Xr make 1 which uses this module with @@ -145,6 +145,11 @@ will fail if: The .Nm handle is already associated with a file descriptor. +.It Bq Er EINVAL +The file descriptor has an invalid type and cannot be used for +tracing. +.It Bq Er EBADF +The file descriptor is invalid or not opened for writing. .El .Pp The
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202202101346.21ADkrOw049630>