From 2156d5babd10d4b5818df630ae085a625e712a9e Mon Sep 17 00:00:00 2001 From: John Benediktsson Date: Mon, 2 Mar 2020 15:40:22 -0800 Subject: [PATCH] bootstrap.image: add make-my-image to docs. --- basis/bootstrap/image/image-docs.factor | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/basis/bootstrap/image/image-docs.factor b/basis/bootstrap/image/image-docs.factor index 567a38082a..304265bef3 100644 --- a/basis/bootstrap/image/image-docs.factor +++ b/basis/bootstrap/image/image-docs.factor @@ -46,7 +46,7 @@ HELP: sub-primitives ARTICLE: "bootstrap.image" "Bootstrapping new images" "A new image can be built from source; this is known as " { $emphasis "bootstrap" } ". Bootstrap is a two-step process. The first stage is the creation of a bootstrap image from a running Factor instance:" -{ $subsections make-image } +{ $subsections make-image make-my-image } "The second bootstrapping stage is initiated by running the resulting bootstrap image:" { $code "./factor -i=boot.x86.32.image" } "This stage loads additional code, compiles all words, and creates a final " { $snippet "factor.image" } "."