fix docs for hexdump

db4
Doug Coleman 2008-11-13 21:06:41 -06:00
parent 47124b8aaa
commit 7a58500b01
2 changed files with 4 additions and 4 deletions

View File

@ -12,11 +12,11 @@ HELP: hexdump
{ $description "Converts a sequence to its hexadecimal and ASCII representation sixteen characters at a time. Lines are separated by a newline character." }
{ $see-also hexdump. } ;
ARTICLE: "hexdump" "Hexdump"
"The " { $vocab-link "hexdump" } " vocabulary provides a traditional hexdump view of a sequence." $nl
ARTICLE: "tools.hexdump" "Hexdump"
"The " { $vocab-link "tools.hexdump" } " vocabulary provides a traditional hexdump view of a sequence." $nl
"Write hexdump to string:"
{ $subsection hexdump }
"Write the hexdump to the output stream:"
{ $subsection hexdump. } ;
ABOUT: "hexdump"
ABOUT: "tools.hexdump"

View File

@ -1,4 +1,4 @@
USING: hexdump kernel sequences tools.test ;
USING: tools.hexdump kernel sequences tools.test ;
IN: tools.hexdump.tests
[ t ] [ "" hexdump "Length: 0, 0h\n" = ] unit-test