filemon: Document how to build into the kernel.

MFC after:	3 days
Reviewed by:	olce, imp
Differential Revision:	https://reviews.freebsd.org/D46184
This commit is contained in:
Dag-Erling Smørgrav 2024-07-30 21:04:16 +02:00
parent d9ce4c0b66
commit 057453ffdf
2 changed files with 6 additions and 1 deletions

View file

@ -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

View file

@ -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