]> gitweb.factorcode.org Git - factor.git/commitdiff
graphviz.ffi: fix help lint
authorSlava Pestov <slava@factorcode.org>
Sun, 28 Aug 2011 00:20:30 +0000 (17:20 -0700)
committerSlava Pestov <slava@factorcode.org>
Sun, 28 Aug 2011 00:20:30 +0000 (17:20 -0700)
extra/graphviz/ffi/ffi-docs.factor

index 0398e1722369e26db90fefb673e051553142e67a..adbedd7cffe7457593b89a5ed3851403276c9cf7 100644 (file)
@@ -13,7 +13,7 @@ HELP: ffi-errors
 
 HELP: supported-engines
 { $values
-    { "value" array }
+    { "seq" array }
 }
 { $description "An " { $link array } " of " { $link string } "s representing all valid " { $emphasis "layout engines" } ". For example, the " { $emphasis "dot" } " engine is typically included in a Graphviz installation, so " { $snippet "\"dot\"" } " will be an element of " { $link supported-engines } ". See " { $url "http://graphviz.org/Documentation.php" } " for more details." }
 { $notes "This constant's definition is determined at parse-time by asking the system's Graphviz installation what engines are supported." }
@@ -21,7 +21,7 @@ HELP: supported-engines
 
 HELP: supported-formats
 { $values
-    { "value" array }
+    { "seq" array }
 }
 { $description "An " { $link array } " of " { $link string } "s representing all valid " { $emphasis "layout formats" } ". For example, Graphviz can typically render using the Postscript format, in which case " { $snippet "\"ps\"" } " will be an element of " { $link supported-formats } ". See " { $url "http://graphviz.org/Documentation.php" } " for more details." }
 { $notes "This constant's definition is determined at parse-time by asking the system's Graphviz installation what formats are supported."