mirror of
https://github.com/opnsense/src.git
synced 2026-06-12 10:10:24 -04:00
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:
parent
d9ce4c0b66
commit
057453ffdf
2 changed files with 6 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue