]> gitweb.factorcode.org Git - factor.git/commitdiff
command-line: Remove -securegc from docs.
authorDoug Coleman <doug.coleman@gmail.com>
Thu, 26 Jul 2012 06:54:31 +0000 (23:54 -0700)
committerDoug Coleman <doug.coleman@gmail.com>
Thu, 26 Jul 2012 06:54:31 +0000 (23:54 -0700)
basis/command-line/command-line-docs.factor

index 4d7380381bc80b0f7c7596e4cac6aaa8803cdc2f..fa6310a92d3a02cbaecf0627bbb5c5d1464b5961 100644 (file)
@@ -51,7 +51,6 @@ ARTICLE: "runtime-cli-args" "Command line switches for the VM"
     { { $snippet "-codeheap=" { $emphasis "n" } } "Code heap size, megabytes" }
     { { $snippet "-callbacks=" { $emphasis "n" } } "Callback heap size, megabytes" }
     { { $snippet "-pic=" { $emphasis "n" } } "Maximum inline cache size. Setting of 0 disables inline caching, > 1 enables polymorphic inline caching" }
-    { { $snippet "-securegc" } "If specified, unused portions of the data heap will be zeroed out after every garbage collection" }
 }
 "If an " { $snippet "-i=" } " switch is not present, the default image file is used, which is usually a file named " { $snippet "factor.image" } " in the same directory as the Factor executable." ;