]> gitweb.factorcode.org Git - factor.git/commitdiff
cpu/stack-checker: fix some help-lint warnings.
authorJohn Benediktsson <mrjbq7@gmail.com>
Sun, 10 May 2015 17:13:57 +0000 (10:13 -0700)
committerJohn Benediktsson <mrjbq7@gmail.com>
Sun, 10 May 2015 17:13:57 +0000 (10:13 -0700)
basis/cpu/architecture/architecture-docs.factor
basis/cpu/x86/x86-docs.factor
basis/stack-checker/known-words/known-words-docs.factor

index be2680ba08f8d95397498048bc7f79938d31f1f4..961614c933bb5102a34eedfd5a02245aecf00f75 100644 (file)
@@ -137,7 +137,7 @@ HELP: %box-alien
 { $see-also ##box-alien %allot } ;
 
 HELP: %call
-{ $values { "word" word } }
+{ $values { "word" word } { "height" integer } }
 { $description "Emits code for calling a Factor word." } ;
 
 HELP: %context
index b2e5f5ef162c6049782ec7a0d95b02dc3d07958f..7f3ecf7a960d61dd768f139a6c0b1f725ab89194 100644 (file)
@@ -12,7 +12,7 @@ HELP: %boolean
 { $see-also CMOVL CMOVLE CMOVG CMOVGE CMOVE CMOVNE } ;
 
 HELP: JLE
-{ $values "dst" "destination offset (relative to the instruction pointer register)" }
+{ $values { "dst" "destination offset (relative to the instruction pointer register)" } }
 { $description "Emits a 'jle' instruction." } ;
 
 HELP: reserved-stack-space
index be58bb7df3f5093800c73a9d8bd9ccd23715f3fb..1c1ab76525c1cbca5876f2e95d5eeed2e650b363 100644 (file)
@@ -14,6 +14,7 @@ HELP: infer-call
 { $description "Performs inferencing for the " { $link call } " word." } ;
 
 HELP: infer-call-effect
+{ $values { "word" word } }
 { $description "Performs inferencing for the " { $link call-effect } " word." } ;
 
 HELP: infer-local-reader