Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/share/man/man4 Use Pa for paths.



details:   https://anonhg.NetBSD.org/src/rev/ae44c53b1af7
branches:  trunk
changeset: 342721:ae44c53b1af7
user:      wiz <wiz%NetBSD.org@localhost>
date:      Wed Jan 06 05:22:06 2016 +0000

description:
Use Pa for paths.

diffstat:

 share/man/man4/filemon.4 |  10 ++++++----
 1 files changed, 6 insertions(+), 4 deletions(-)

diffs (26 lines):

diff -r 06280b148f2c -r ae44c53b1af7 share/man/man4/filemon.4
--- a/share/man/man4/filemon.4  Wed Jan 06 04:42:10 2016 +0000
+++ b/share/man/man4/filemon.4  Wed Jan 06 05:22:06 2016 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: filemon.4,v 1.16 2016/01/06 01:54:53 pgoyette Exp $
+.\"    $NetBSD: filemon.4,v 1.17 2016/01/06 05:22:06 wiz Exp $
 .\"
 .\" Copyright (c) 2011, Juniper Networks, Inc.
 .\"
@@ -220,11 +220,13 @@
 was contributed by Juniper Networks.
 .Sh BUGS
 If the file descriptor to which monitored events are being written is
-numerically lower than the descriptor on which /dev/filemon is open, the
-monitoring process will hang when it calls
+numerically lower than the descriptor on which
+.Pa /dev/filemon
+is open, the monitoring process will hang when it calls
 .Xr exit 3
 or an attempt is made to close the output file descriptor.
-To avoid the hang, ensure that the file descriptor on which /dev/filemon
+To avoid the hang, ensure that the file descriptor on which
+.Pa /dev/filemon
 is open gets closed first.
 .Sh SECURITY CONSIDERATIONS
 Monitoring of a process enables the target process to write to the



Home | Main Index | Thread Index | Old Index