From b41beb556a1322b81ffa9fa383b047c08210b178 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Mon, 5 Jun 2006 04:44:59 +0000 Subject: [PATCH] 'path' argument renamed to 'pathname'. --- man7/inotify.7 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/man7/inotify.7 b/man7/inotify.7 index 9ed07c283..c69152787 100644 --- a/man7/inotify.7 +++ b/man7/inotify.7 @@ -199,12 +199,12 @@ when calling lB lB lB l. Bit Description -IN_DONT_FOLLOW Don't dereference \fIpath\fP if it is a symbolic link -IN_MASK_ADD Add (OR) events to watch mask for this path if +IN_DONT_FOLLOW Don't dereference \fIpathname\fP if it is a symbolic link +IN_MASK_ADD Add (OR) events to watch mask for this pathname if it already exists (instead of replacing mask) -IN_ONESHOT Monitor \fIpath\fP for one event, then remove from +IN_ONESHOT Monitor \fIpathname\fP for one event, then remove from watch list -IN_ONLYDIR Only watch \fIpath\fP if it is a directory +IN_ONLYDIR Only watch \fIpathname\fP if it is a directory .TE .in -0.25i .PP