diff --git a/docs/scripting.xml b/docs/scripting.xml index 34357b467..52fe18b7d 100644 --- a/docs/scripting.xml +++ b/docs/scripting.xml @@ -1608,9 +1608,9 @@ try(socket:send(result)) The head of the script is essentially its meta information. This includes the - fields:description, categories, runlevel, author, and license as well as + fields: description, categories, runlevel, author, and license as well as initial NSEDoc information such as usage, args, and output - tags (see xref linkend="nsedoc"/>). + tags (see ). @@ -2435,7 +2435,7 @@ The mainloop function then processes each runlevel grouping running queue so it can resume operations when its turn comes up again. The mainloop function moves threads between the waiting and running queues as needed. - A thread which yields is moved from the running queu into the waiting list. Running threads execute until they either + A thread which yields is moved from the running queue into the waiting list. Running threads execute until they either yield, complete, or fail with an error. Threads are made ready to run (placed in the running queue) by calling process_waiting2running. This process of scheduling running threads and moving threads between queues continues