elf.nm: fix load error

release
Slava Pestov 2010-04-14 21:50:23 -07:00
parent 829b7c8904
commit 06d91b239f
1 changed files with 2 additions and 1 deletions

View File

@ -3,7 +3,7 @@
USING: elf help.markup help.syntax ; USING: elf help.markup help.syntax ;
IN: elf.nm IN: elf.nm
HELP: nm HELP: elf-nm
{ $values { $values
{ "path" "a pathname string" } { "path" "a pathname string" }
} }
@ -17,6 +17,7 @@ HELP: print-symbol
ARTICLE: "elf.nm" "ELF nm" 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." "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" ABOUT: "elf.nm"