diff options
author | Matthew Booth <mbooth@redhat.com> | 2012-03-27 15:38:41 +0100 |
---|---|---|
committer | Richard W.M. Jones <rjones@redhat.com> | 2012-03-30 15:34:50 +0100 |
commit | df30f9b6be5e027cb30fcad5c19cffd0f97e9cae (patch) | |
tree | 4decccd8d78095e617803d46988bfa48afe0f240 | |
parent | 528406d8e024718316730c5fc83383b891a531ad (diff) | |
download | libguestfs-df30f9b6be5e027cb30fcad5c19cffd0f97e9cae.tar.gz libguestfs-df30f9b6be5e027cb30fcad5c19cffd0f97e9cae.tar.xz libguestfs-df30f9b6be5e027cb30fcad5c19cffd0f97e9cae.zip |
generator: Remove doc reference to non-existent guestfs_inotify_watch_all
(cherry picked from commit 13e5f1a3b1f6493ea5e576bdd607aedc2c7ddc82)
-rw-r--r-- | generator/generator_actions.ml | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/generator/generator_actions.ml b/generator/generator_actions.ml index 533783e0..2387415f 100644 --- a/generator/generator_actions.ml +++ b/generator/generator_actions.ml @@ -4483,10 +4483,8 @@ C<IN_Q_OVERFLOW> in the returned structure list (see C<guestfs_inotify_read>). Before any events are generated, you have to add some -watches to the internal watch list. See: -C<guestfs_inotify_add_watch>, -C<guestfs_inotify_rm_watch> and -C<guestfs_inotify_watch_all>. +watches to the internal watch list. See: C<guestfs_inotify_add_watch> and +C<guestfs_inotify_rm_watch>. Queued up events should be read periodically by calling C<guestfs_inotify_read> |