@@ 375,7 375,7 @@ completes). A "yes" argument is assumed unless the argument is "no".
A universally unique identifier (UUID) appears while an async block
executes:
-: #+begin_src sh :results output :session test :async t
+: #+begin_src sh :results output :session test :async yes
: echo "Hello, world!"
: sleep 3
: echo "Good-bye, cruel World..."
@@ 386,7 386,7 @@ executes:
When the process completes, the UUID is replaced with the results:
-: #+begin_src sh :results output :session test :async t
+: #+begin_src sh :results output :session test :async yes
: echo "Hello, world!"
: sleep 3
: echo "Good-bye, cruel World..."