'path' argument renamed to 'pathname'.

This commit is contained in:
Michael Kerrisk 2006-06-05 04:44:59 +00:00
parent 93440c026d
commit b41beb556a
1 changed files with 4 additions and 4 deletions

View File

@ -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