Module Name: src
Committed By: wiz
Date: Mon Jan 11 06:21:23 UTC 2016
Modified Files:
src/share/man/man4: filemon.4
Log Message:
Use more markup.
To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 src/share/man/man4/filemon.4
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/share/man/man4/filemon.4
diff -u src/share/man/man4/filemon.4:1.18 src/share/man/man4/filemon.4:1.19
--- src/share/man/man4/filemon.4:1.18 Mon Jan 11 01:45:27 2016
+++ src/share/man/man4/filemon.4 Mon Jan 11 06:21:23 2016
@@ -1,4 +1,4 @@
-.\" $NetBSD: filemon.4,v 1.18 2016/01/11 01:45:27 pgoyette Exp $
+.\" $NetBSD: filemon.4,v 1.19 2016/01/11 06:21:23 wiz Exp $
.\"
.\" Copyright (c) 2011, Juniper Networks, Inc.
.\"
@@ -154,7 +154,7 @@ indicates the version of
A
.Nm
instance is created by opening
-.Dv /dev/filemon .
+.Pa /dev/filemon .
Then use
.Fn ioctl filemon_fd FILEMON_SET_PID &pid
to identify the target process to monitor, and
@@ -219,9 +219,10 @@ successful, and is thus more complex to
.Nm
was contributed by Juniper Networks.
.Sh SECURITY CONSIDERATIONS
-If the monitored process exits, and its pid gets reused, filemon will
-continue to report events for the new process (and its descendants)
-without any authorization checks.
+If the monitored process exits, and its pid gets reused,
+.Nm
+will continue to report events for the new process (and its
+descendants) without any authorization checks.
.Pp
Monitoring of a process enables the target process to write to the
tracking process's file descriptor.
@@ -238,8 +239,9 @@ any descendants of such processes can be
If two processes are monitored, and one is a descendant of the other, events
related to the descendant process and its further descendants are delivered
only to the descendant process's monitor.
-If a process is being monitored by two instances of filemon, events will be
-delivered only to the first instance created (when
+If a process is being monitored by two instances of
+.Nm ,
+events will be delivered only to the first instance created (when
.Pa /dev/filemon
was opened), regardless of the order in which the monitoring processes
called