system: fix stack effect for exit in docs.

db4
John Benediktsson 2011-10-18 20:03:19 -07:00
parent 88a40c19e2
commit e648ce70bb
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." } ;