From 61c858dad2fe2d87d72d63b8d27c24baafdc802d Mon Sep 17 00:00:00 2001 From: Ferry Boender Date: Wed, 27 May 2015 08:14:38 +0200 Subject: [PATCH] Minor User manual improvements. --- doc/MANUAL.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/doc/MANUAL.md b/doc/MANUAL.md index df4a5b7..6b9852e 100644 --- a/doc/MANUAL.md +++ b/doc/MANUAL.md @@ -343,6 +343,9 @@ No additional validatikon is done on the file contents. ### Output types +Scriptform uses the output of the script (stdout, stderr) to display something +back to the user executing the script. + Scripts can have a few different output types. The output type is specified in the **`output`** field of the form definition. For example, the following form definition has a `raw` output type.: @@ -511,7 +514,7 @@ You may specify a `allowed_users` field in a form definition. Only user names listed in the field are allowed to see and submit that form. If the user is not listed, they won't even see the form as being available. -For an example, see the (beginning of this chapter)[#users]. +For an example, see the [beginning of this chapter](#users). ### Security considerations