diff --git a/main/manager.c b/main/manager.c
index 78147ce9a9..81441283ce 100644
--- a/main/manager.c
+++ b/main/manager.c
@@ -220,6 +220,9 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
Set a global or local channel variable.
+
+ If a channel name is not provided then the variable is global.
+
@@ -237,6 +240,9 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
Get the value of a global or local channel variable.
+
+ If a channel name is not provided then the variable is global.
+