From e1d18579e78ba93807f40f31250a9908e553d7f9 Mon Sep 17 00:00:00 2001 From: John Benediktsson Date: Sun, 10 May 2015 10:13:57 -0700 Subject: [PATCH] cpu/stack-checker: fix some help-lint warnings. --- basis/cpu/architecture/architecture-docs.factor | 2 +- basis/cpu/x86/x86-docs.factor | 2 +- basis/stack-checker/known-words/known-words-docs.factor | 1 + 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/basis/cpu/architecture/architecture-docs.factor b/basis/cpu/architecture/architecture-docs.factor index be2680ba08..961614c933 100644 --- a/basis/cpu/architecture/architecture-docs.factor +++ b/basis/cpu/architecture/architecture-docs.factor @@ -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 diff --git a/basis/cpu/x86/x86-docs.factor b/basis/cpu/x86/x86-docs.factor index b2e5f5ef16..7f3ecf7a96 100644 --- a/basis/cpu/x86/x86-docs.factor +++ b/basis/cpu/x86/x86-docs.factor @@ -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 diff --git a/basis/stack-checker/known-words/known-words-docs.factor b/basis/stack-checker/known-words/known-words-docs.factor index be58bb7df3..1c1ab76525 100644 --- a/basis/stack-checker/known-words/known-words-docs.factor +++ b/basis/stack-checker/known-words/known-words-docs.factor @@ -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