Fix documentation typo

darcs
slava 2006-06-26 07:49:40 +00:00
parent c5872a4356
commit 6b92fc2aa9
1 changed files with 1 additions and 1 deletions

View File

@ -3,4 +3,4 @@ USING: help io ;
HELP: make-image "( architecture -- )"
{ $values { "architecture" "a string" } }
{ $description "Creates a bootstrap image from sources, where " { $snippet "architecture" } " is one of " { $snippet "x86" } ", " { $snippet "ppc" } " or " { $snippet "amd64" } ". The new image file is written to the current working directory (see " { $link cwd } " and is named " { $snippet "boot.image." { $emphasis "architecture" } } "." } ;
{ $description "Creates a bootstrap image from sources, where " { $snippet "architecture" } " is one of " { $snippet "x86" } ", " { $snippet "ppc" } " or " { $snippet "amd64" } ". The new image file is written to the current working directory (see " { $link cwd } ") and is named " { $snippet "boot.image." { $emphasis "architecture" } } "." } ;