]> gitweb.factorcode.org Git - factor.git/commitdiff
elf.nm: fix load error
authorSlava Pestov <slava@slava-pestovs-macbook-pro.local>
Thu, 15 Apr 2010 04:50:23 +0000 (21:50 -0700)
committerSlava Pestov <slava@slava-pestovs-macbook-pro.local>
Thu, 15 Apr 2010 04:51:01 +0000 (21:51 -0700)
extra/elf/nm/nm-docs.factor

index a7b7ad426e1246d14e639bcde6ed0884ad69680e..31ca3debf487865836b2e635981c609d8e1ee9d1 100644 (file)
@@ -3,7 +3,7 @@
 USING: elf help.markup help.syntax ;
 IN: elf.nm
 
-HELP: nm
+HELP: elf-nm
 { $values
     { "path" "a pathname string" }
 }
@@ -17,6 +17,7 @@ HELP: print-symbol
 
 ARTICLE: "elf.nm" "ELF nm"
 "The " { $vocab-link "elf.nm" } " vocab prints the values, sections and names of the symbols in a given ELF file. In an ELF executable or shared library, the symbol values are typically their virtual addresses. In a relocatable ELF object, they are section-relative offsets."
+{ $subsections elf-nm }
 ;
 
 ABOUT: "elf.nm"