system: fix stack effect for exit in docs.

John Benediktsson 2011-10-18 20:03:19 -07:00
parent e11063d05c
commit 8fddc17165
1 changed files with 1 additions and 1 deletions

View File

@ -69,7 +69,7 @@ HELP: embedded?
{ $values { "?" "a boolean" } }
{ $description "Tests if this Factor instance is embedded in another application." } ;
HELP: exit ( n -- )
HELP: exit ( n -- * )
{ $values { "n" "an integer exit code" } }
{ $description "Exits the Factor process." } ;