From 3a065ac06dc6573ce8f8e2740aff9a16d2f13909 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Fri, 10 Feb 2006 05:25:30 +0000 Subject: [PATCH] wfix --- man7/inotify.7 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man7/inotify.7 b/man7/inotify.7 index 13e6ca59b..88c49eb37 100644 --- a/man7/inotify.7 +++ b/man7/inotify.7 @@ -46,7 +46,7 @@ referring to the inotify object. .BR inotify_add_watch (2) manipulates the "watch list" associated with an inotify object. -Each item ("watch") in the watch list specifies a pathname of +Each item ("watch") in the watch list specifies the pathname of a file or directory, along with some set of events that the kernel should monitor for the file referred to by that pathname.