diff options
| author | Matthew Booth <mbooth@redhat.com> | 2012-03-27 15:38:41 +0100 |
|---|---|---|
| committer | Matthew Booth <mbooth@redhat.com> | 2012-03-27 15:50:38 +0100 |
| commit | 13e5f1a3b1f6493ea5e576bdd607aedc2c7ddc82 (patch) | |
| tree | 8313594cf5fab2b77e824b201831df324e00b4c8 /generator | |
| parent | 09a4e7664b59789f90b6674f640f9d688e4f8b43 (diff) | |
| download | libguestfs-13e5f1a3b1f6493ea5e576bdd607aedc2c7ddc82.tar.gz libguestfs-13e5f1a3b1f6493ea5e576bdd607aedc2c7ddc82.tar.xz libguestfs-13e5f1a3b1f6493ea5e576bdd607aedc2c7ddc82.zip | |
generator: Remove doc reference to non-existent guestfs_inotify_watch_all
Diffstat (limited to 'generator')
| -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 fcf363fe..c196dddf 100644 --- a/generator/generator_actions.ml +++ b/generator/generator_actions.ml @@ -4484,10 +4484,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> |
