commit 0cc2ebb61419c9e4ab5c479d0555ce2332e6233f
parent 1d9bcb85ba272b3759ca7ecd530f514b5b90fe32
Author: Alexander Burger <abu@software-lab.de>
Date: Thu, 2 Feb 2012 08:34:29 +0100
Minor doc changes
Diffstat:
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/doc/app.html b/doc/app.html
@@ -267,7 +267,7 @@ href="refA.html#allow">allow</a></code> functions
</code></pre>
<p>This is usually called in the beginning of an application, and allows access
-to the directory "img/", to the function 'start', and to the files "@lib.css",
+to the directory "@img/", to the function 'start', and to the files "@lib.css",
"customer.l" and "article.l".
<p>Later in the program, <code>*Allow</code> may be dynamically extended with
diff --git a/doc/refA.html b/doc/refA.html
@@ -57,12 +57,12 @@ href="refP.html#pre?">pre?</a></code>.
-> "myDir/"
: *Allow
--> (("!start" ("!psh" ("!myFoo")) "!stop" NIL "lib.css") "app/" "img/" "myDir/")
+-> (("!start" ("!psh" ("!myFoo")) "!stop" NIL "lib.css") "app/" "myDir/")
: (idx *Allow) # items
-> ("!myFoo" "!psh" "!start" "!stop" "lib.css")
: (cdr *Allow) # prefixes
--> ("app/" "img/" "myDir/")
+-> ("app/" "myDir/")
</code></pre>
<dt><a name="+Alt"><code>+Alt</code></a>
@@ -242,7 +242,7 @@ href="refA.html#allowed">allowed</a></code>.
<pre><code>
: *Allow
--> (("!start" ("!psh") "!stop" NIL "lib.css") "app/" "img/")
+-> (("!start" ("!psh") "!stop" NIL "lib.css") "app/")
: (allow "!myFoo") # additionally allowed item
-> "!myFoo"
: (allow "myDir/" T) # additionally allowed prefix