X-Git-Url: https://git.distorted.org.uk/~mdw/runlisp/blobdiff_plain/f81748529ec01134eb52a3d8fe4cb6954b906b23..88b65d42a531b6182b527f51cd053fa1cf719cf5:/runlisp.conf.5.in diff --git a/runlisp.conf.5.in b/runlisp.conf.5.in index 2e06f57..0b591be 100644 --- a/runlisp.conf.5.in +++ b/runlisp.conf.5.in @@ -39,7 +39,6 @@ .IP \h'-\w'\fB\\$1\ \fP'u'\fB\\$1\ \fP\c .. -.ds , \h'.16667m' . .\"-------------------------------------------------------------------------- .TH runlisp.conf 5 "27 August 2020" "Mark Wooding" @@ -549,6 +548,19 @@ section, or a value determined at compile time. . .TP +.B @hash +Set by +.BR dump-runlisp-image (1) +to the hash +(a string of hexadecimal digits) +identifying the versions of the Lisp code included +\(en or to be included \(en +in a custom image. +This is constructed by hashing the result of evaluating the +.B lisp-version +expression in the system definition. +. +.TP .B @image-dir The directory in which .B runlisp @@ -566,6 +578,13 @@ section, or a value determined at compile time. . .TP +.B @image-link +The well-known name of the image; +actually a symbolic link to the `real' image file, +whose name includes a hash +which identifies the versions of the Lisp code included in the image. +. +.TP .B @image-new Set by .BR dump-runlisp-image (1) @@ -577,6 +596,14 @@ will rename the image into place itself, if the command completes successfully.) . .TP +.B @image-newlink +Set by +.BR dump-runlisp-image (1) +to the name to use for the updated symbolic link to the image file. +This is used internally, +and is not expected to be useful in Lisp system definitions. +. +.TP .B @image-out Set by .BR dump-runlisp-image (1)