summaryrefslogtreecommitdiffstats
path: root/libmpv/client.h
diff options
context:
space:
mode:
Diffstat (limited to 'libmpv/client.h')
-rw-r--r--libmpv/client.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libmpv/client.h b/libmpv/client.h
index 8ee7d87f17..0ede0561dd 100644
--- a/libmpv/client.h
+++ b/libmpv/client.h
@@ -111,6 +111,8 @@ extern "C" {
* and asynchronous calls. If you want a guaranteed order, you need to wait
* until asynchronous calls report completion before doing the next call.
*
+ * See also the section "Asynchronous command details" in the manpage.
+ *
* Multithreading
* --------------
*