aboutsummaryrefslogtreecommitdiff
path: root/doc/tutorial/conventions.rst
diff options
context:
space:
mode:
Diffstat (limited to 'doc/tutorial/conventions.rst')
-rw-r--r--doc/tutorial/conventions.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/tutorial/conventions.rst b/doc/tutorial/conventions.rst
index 753ae03..b64fdeb 100644
--- a/doc/tutorial/conventions.rst
+++ b/doc/tutorial/conventions.rst
@@ -2,13 +2,13 @@ Tutorial conventions
--------------------
In these tutorials we assume that you have a workstation called
-``laptop.silentflame.com`` where you run the root Lisp. We also assume that
+``laptop.example.com`` where you run the root Lisp. We also assume that
Consfigurator knows about your laptop, and that it has a host deployment
specified, so that you can use ``HOSTDEPLOY-THESE`` to deploy properties to
the laptop as root. For example,::
- (defhost laptop.silentflame.com
- (:deploy ((:sudo :as "spwhitton@melete.silentflame.com") :sbcl))
+ (defhost laptop.example.com
+ (:deploy ((:sudo :as "spwhitton@laptop.example.com") :sbcl))
"Sean's laptop."
(os:debian-stable "bullseye" :amd64))