Browse Source

async module: mention $apv and $xavp in documentation Overview.

Iñaki Baz Castillo 14 years ago
parent
commit
42620ff167
2 changed files with 4 additions and 4 deletions
  1. 2 2
      modules/async/README
  2. 2 2
      modules/async/doc/async_admin.xml

+ 2 - 2
modules/async/README

@@ -67,8 +67,8 @@ Chapter 1. Admin Guide
    Note that after invoking the an asyncronous operation, the processing
    Note that after invoking the an asyncronous operation, the processing
    will continue later, in another application process. Therefore, do not
    will continue later, in another application process. Therefore, do not
    rely on variables stored in private memory, used shared memory if you
    rely on variables stored in private memory, used shared memory if you
-   want to get values after the processing is resumend (e.g., $shv(...) of
-   htable $sht(...)).
+   want to get values after the processing is resumend (e.g., $avp(...),
+   $xavp(...), $shv(...), htable $sht(...)).
 
 
 2. Dependencies
 2. Dependencies
 
 

+ 2 - 2
modules/async/doc/async_admin.xml

@@ -26,8 +26,8 @@
 		Note that after invoking the an asyncronous operation, the processing
 		Note that after invoking the an asyncronous operation, the processing
 		will continue later, in another application process. Therefore, do not
 		will continue later, in another application process. Therefore, do not
 		rely on variables stored in private memory, used shared memory if you
 		rely on variables stored in private memory, used shared memory if you
-		want to get values after the processing is resumend (e.g., $shv(...)
-		of htable $sht(...)).
+		want to get values after the processing is resumend (e.g., $avp(...),
+		$xavp(...), $shv(...), htable $sht(...)).
 	</para>
 	</para>
 	</section>
 	</section>