elf.nm: fix load error

Slava Pestov 2010-04-14 21:50:23 -07:00
parent f58b35361b
commit 2dd91c0b03
1 changed files with 2 additions and 1 deletions

View 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"