diff --git a/doc/org/hoa.org b/doc/org/hoa.org index 2669feba7..cd731790d 100644 --- a/doc/org/hoa.org +++ b/doc/org/hoa.org @@ -112,7 +112,7 @@ acceptance are pushed onto the outgoing transitions. So an automaton represented as an HOA file with this transition structure: -#+BEGIN_SRC sh :results verbatim :exports none +#+BEGIN_SRC sh :results silent :exports results cat >stvstracc.hoa < tut30.hoa #+END_SRC @@ -286,3 +286,7 @@ State: 4 [0] 4 --END-- #+end_example + +#+BEGIN_SRC sh :results silent :exports results +rm -f tut30.hoa +#+END_SRC