aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2021-08-29 12:20:00 -0700
committerSean Whitton <spwhitton@spwhitton.name>2021-08-31 15:55:26 -0700
commit445b11f26b4521d8073864b6539e560d51c6174c (patch)
tree1e3e8b5e78c9136f58bac933680d1e8fe15e5aaa
parent98b727ae3d20a3447288254f421d9524ef8e6548 (diff)
downloadconsfigurator-445b11f26b4521d8073864b6539e560d51c6174c.tar.gz
LOCAL-CONNECTION docstring: connection is not always the root Lisp
Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
-rw-r--r--src/connection/local.lisp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/connection/local.lisp b/src/connection/local.lisp
index 6645178..abe6f01 100644
--- a/src/connection/local.lisp
+++ b/src/connection/local.lisp
@@ -23,8 +23,8 @@
(defclass local-connection (lisp-connection)
()
- (:documentation "The root deployment: applying properties to the machine the
-root Lisp is running on, as the root Lisp's uid."))
+ (:documentation
+ "Applying properties to the machine Lisp is running on, as Lisp's uid."))
(defmethod connection-run ((c local-connection) cmd (s stream))
;; see https://gitlab.common-lisp.net/asdf/asdf/-/issues/59