diff options
author | Richard W.M. Jones <rjones@redhat.com> | 2011-04-01 13:48:14 +0100 |
---|---|---|
committer | Richard W.M. Jones <rjones@redhat.com> | 2011-04-01 16:05:30 +0100 |
commit | 94945d84c71703adc210793897e1a269a38945f2 (patch) | |
tree | 19523f22626e8fd045a17c51bbbc43f882523b2b /generator | |
parent | 50e59c237081b2bda36e5a04ecdf446a7fc3ec4c (diff) | |
download | libguestfs-94945d84c71703adc210793897e1a269a38945f2.tar.gz libguestfs-94945d84c71703adc210793897e1a269a38945f2.tar.xz libguestfs-94945d84c71703adc210793897e1a269a38945f2.zip |
docs: Fix link to progress messages in guestfs(3).
This updates commit 4e0cf4dbf8a8a96288f70114fdc3939da0aa7ad1.
Diffstat (limited to 'generator')
-rw-r--r-- | generator/generator_docstrings.ml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/generator/generator_docstrings.ml b/generator/generator_docstrings.ml index 44f92c05..de31aa52 100644 --- a/generator/generator_docstrings.ml +++ b/generator/generator_docstrings.ml @@ -30,7 +30,7 @@ let progress_message = "This long-running command can generate progress notification messages so that the caller can display a progress bar or indicator. To receive these messages, the caller must register a progress -callback. See L<guestfs(3)/guestfs_set_progress_callback>." +event callback. See L<guestfs(3)/GUESTFS_EVENT_PROGRESS>." let protocol_limit_warning = "Because of the message protocol, there is a transfer limit |