From ad31978e25ca5a00c038b9b735c5e5ff0a5b90ad Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Wed, 8 Feb 2006 19:16:12 +0000 Subject: [PATCH] Minor changes after suggestions from Robert Love. --- man2/inotify_add_watch.2 | 3 ++- man7/inotify.7 | 3 +-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/man2/inotify_add_watch.2 b/man2/inotify_add_watch.2 index 4d2ef82fa..24565c44d 100644 --- a/man2/inotify_add_watch.2 +++ b/man2/inotify_add_watch.2 @@ -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 diff --git a/man7/inotify.7 b/man7/inotify.7 index 983df146a..2a715202a 100644 --- a/man7/inotify.7 +++ b/man7/inotify.7 @@ -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