Minor changes after suggestions from Robert Love.

This commit is contained in:
Michael Kerrisk 2006-02-08 19:16:12 +00:00
parent a0ddea8773
commit ad31978e25
2 changed files with 3 additions and 3 deletions

View File

@ -53,7 +53,8 @@ for this inotify instance.
If
.I path
was not previously being watched by this inotify instance,
then this is new unique watch descriptor.
then the watch descriptor is newly allocated,
with a number that is unique for this inotify instance.
If
.I path
was already being watched, then the descriptor

View File

@ -36,7 +36,6 @@ The following system calls are used with this API:
.BR inotify_init (),
.BR inotify_add_watch (),
.BR read (),
and
.BR inotify_rm_watch (),
and
.BR close ().
@ -113,7 +112,7 @@ field is only present when an event is returned
for a file inside a watched directory;
it identifies the file pathname relative to the watched directory.
This pathname is null-terminated,
and may include further null bytes for alignment to a
and may include further null bytes to align subsequent reads to a
suitable address boundary.
The