aboutsummaryrefslogtreecommitdiff
path: root/doc/introduction.rst
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2021-02-20 16:32:05 -0700
committerSean Whitton <spwhitton@spwhitton.name>2021-02-20 16:33:10 -0700
commit78b85c221ffdc6d29856266f9bf7496aa00dbc7d (patch)
treeab0519d9d16e7ee0e4252ac88a31d3650f95ab15 /doc/introduction.rst
parent987574e75dd9a9a4346a72fd6e8c5f85b64b904e (diff)
downloadconsfigurator-78b85c221ffdc6d29856266f9bf7496aa00dbc7d.tar.gz
"Lisp process" -> "Lisp image"
Following the HyperSpec's glossary. Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
Diffstat (limited to 'doc/introduction.rst')
-rw-r--r--doc/introduction.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/introduction.rst b/doc/introduction.rst
index f35f441..65cedea 100644
--- a/doc/introduction.rst
+++ b/doc/introduction.rst
@@ -29,7 +29,7 @@ Connection
A means by which properties can be applied to hosts, and multihop connections
to other hosts can be established. There are two types of connections: those
which interact with the remote host by means of a POSIX shell, and those which
-apply properties by executing them in a Lisp process running on the host.
+apply properties by executing them in a Lisp image running on the host.
POSIX connections can pass input to and return output from processes, but
cannot start asynchronous processes for interaction with your Lisp functions.
@@ -52,7 +52,7 @@ be nested: one remote host can be used to deploy others, as a controller.
Root Lisp
~~~~~~~~~
-The Lisp process you control directly when you execute deployments. Typically
+The Lisp image you control directly when you execute deployments. Typically
running on your development laptop/workstation (and not as the ``root`` user).
Property application specification
@@ -100,7 +100,7 @@ data; this avoids uploading the same data over and over again.
In addition to secrets management, prerequisite data is Consfigurator's
mechanism for the common need to upload files to controlled hosts. The same
mechanism is used internally to upload the Lisp code needed to start up remote
-Lisp processes for ``:lisp`` connections.
+Lisp images for ``:lisp`` connections.
Consfig
~~~~~~~