]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/cpu/8080/8080-docs.factor
docs: cleanup some article titles that can be strings.
[factor.git] / extra / cpu / 8080 / 8080-docs.factor
index 33a1f2d5e81fcdcfe28606846eeeaad635b18be8..51ec66293db74816d07c42ce203ac0c954cd0775 100644 (file)
@@ -4,7 +4,7 @@ USING: help.markup help.syntax sequences strings cpu.8080.emulator ;
 IN: cpu.8080
 
 
-ARTICLE: { "cpu-8080" "cpu-8080" } "Intel 8080 CPU Emulator"
+ARTICLE: "cpu.8080" "Intel 8080 CPU Emulator"
 "The cpu-8080 library provides an emulator for the Intel 8080 CPU"
 " instruction set. It is complete enough to emulate some 8080"
 " based arcade games." $nl
@@ -13,4 +13,4 @@ ARTICLE: { "cpu-8080" "cpu-8080" } "Intel 8080 CPU Emulator"
 "the " { $link rom-root } " variable to be set to the path "
 "containing the ROM file's." ;
 
-ABOUT: { "cpu-8080" "cpu-8080" }
+ABOUT: "cpu.8080"