diff --git a/core/system/system-docs.factor b/core/system/system-docs.factor index 5aac0a8e8c..49886492ec 100755 --- a/core/system/system-docs.factor +++ b/core/system/system-docs.factor @@ -14,8 +14,7 @@ ARTICLE: "system" "System interface" "Getting the current time:" { $subsection millis } "Exiting the Factor VM:" -{ $subsection exit } -{ $see-also "io.files" "io.mmap" "io.monitors" "network-streams" "io.launcher" } ; +{ $subsection exit } ; ARTICLE: "environment-variables" "Environment variables" "Reading environment variables:"