diff --git a/main/manager.c b/main/manager.c
index fd045e833d..d0729a8fcd 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.
+