git: 057453ffdf57 - main - filemon: Document how to build into the kernel.
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 30 Jul 2024 19:04:38 UTC
The branch main has been updated by des:
URL: https://cgit.FreeBSD.org/src/commit/?id=057453ffdf57bdfcbadb5d1834d425812e01ff43
commit 057453ffdf57bdfcbadb5d1834d425812e01ff43
Author: Dag-Erling Smørgrav <des@FreeBSD.org>
AuthorDate: 2024-07-30 19:04:16 +0000
Commit: Dag-Erling Smørgrav <des@FreeBSD.org>
CommitDate: 2024-07-30 19:04:30 +0000
filemon: Document how to build into the kernel.
MFC after: 3 days
Reviewed by: olce, imp
Differential Revision: https://reviews.freebsd.org/D46184
---
share/man/man4/filemon.4 | 4 +++-
sys/conf/NOTES | 3 +++
2 files changed, 6 insertions(+), 1 deletion(-)
diff --git a/share/man/man4/filemon.4 b/share/man/man4/filemon.4
index 2561e1e89bf5..b6755494e432 100644
--- a/share/man/man4/filemon.4
+++ b/share/man/man4/filemon.4
@@ -29,13 +29,15 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.Dd August 1, 2023
+.Dd July 30, 2024
.Dt FILEMON 4
.Os
.Sh NAME
.Nm filemon
.Nd the filemon device
.Sh SYNOPSIS
+.Cd device filemon
+.Pp
.In dev/filemon/filemon.h
.Sh DESCRIPTION
The
diff --git a/sys/conf/NOTES b/sys/conf/NOTES
index 555bae187271..a531620ede55 100644
--- a/sys/conf/NOTES
+++ b/sys/conf/NOTES
@@ -2863,3 +2863,6 @@ device xz # xz_embedded LZMA de-compression library
# Kernel support for stats(3).
options STATS
+
+# File system monitoring
+device filemon # file monitoring for make(1) meta-mode