aboutsummaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2021-08-22 15:12:31 -0700
committerSean Whitton <spwhitton@spwhitton.name>2021-08-22 15:49:36 -0700
commit5bef0714f4abf9089ce73d1b9ad87dbe813eaf53 (patch)
tree05df05c2ae4156d7e7c0c340519b7852ca67b887 /debian
parent8f471339d0edbdf591e8e22f0c80b8adb89280bf (diff)
downloadconsfigurator-5bef0714f4abf9089ce73d1b9ad87dbe813eaf53.tar.gz
README.rst: tweak wording introducing :POSIX properties
Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
Diffstat (limited to 'debian')
-rw-r--r--debian/control10
1 files changed, 5 insertions, 5 deletions
diff --git a/debian/control b/debian/control
index e687ffa..950e0ba 100644
--- a/debian/control
+++ b/debian/control
@@ -58,11 +58,11 @@ Description: Lisp declarative configuration management system
machine to be configured, so that you can use the full power of Common Lisp
to inspect and control the host.
.
- * Also define properties of hosts in a more restricted language, ``:POSIX``
- properties, to configure machines, containers and user accounts where you
- can't install Lisp. These properties can be applied using just an SSH or
- serial connection, but they can also be applied by remote Lisp images,
- enabling code reuse.
+ * Also define properties of hosts in a more restricted language, that of
+ ``:POSIX`` properties, to configure machines, containers and user accounts
+ where you can't install Lisp. These properties can be applied using just
+ an SSH or serial connection, but they can also be applied by remote Lisp
+ images, enabling code reuse.
.
* Flexibly chain and nest methods of connecting to hosts. For example, you
could have Consfigurator SSH to a host, sudo to root, start up Lisp, use