]> gitweb.factorcode.org Git - factor.git/blobdiff - unmaintained/alien/marshall/marshall-docs.factor
tools.test: Make the flag public. Finish porting tester changes to fuzzer.
[factor.git] / unmaintained / alien / marshall / marshall-docs.factor
index 2e5a5c182b1cd04a8e8b1bad1f44307bd9440726..519fe9937845876c165dedb83845176dec06d57d 100644 (file)
@@ -389,21 +389,21 @@ HELP: struct-wrapper
 HELP: unmarshall-bool
 { $values
     { "n" number }
-    { "?" "a boolean" }
+    { "?" boolean }
 }
 { $description "Unmarshalls a number to a boolean." } ;
 
 HELP: unmarshall-bool*
 { $values
     { "alien" alien }
-    { "?" "a boolean" }
+    { "?" boolean }
 }
 { $description "Unmarshalls a C pointer to a boolean." } ;
 
 HELP: unmarshall-bool*-free
 { $values
     { "alien" alien }
-    { "?" "a boolean" }
+    { "?" boolean }
 }
 { $description "Unmarshalls a C pointer to a boolean and frees the pointer." } ;