aboutsummaryrefslogtreecommitdiff
path: root/src/connection/linux-namespace.lisp
diff options
context:
space:
mode:
Diffstat (limited to 'src/connection/linux-namespace.lisp')
-rw-r--r--src/connection/linux-namespace.lisp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/connection/linux-namespace.lisp b/src/connection/linux-namespace.lisp
index c5c3809..e4a72ef 100644
--- a/src/connection/linux-namespace.lisp
+++ b/src/connection/linux-namespace.lisp
@@ -159,7 +159,7 @@ and
will work but
- ((:ssh :user \"root\") :sbcl (:setuid :to \"user\") (:lxc :name \"foo\"))
+ ((:ssh :user \"root\") :sbcl (:setuid :user \"user\") (:lxc :name \"foo\"))
will not. See \"Dumping and reinvoking Lisp\" in the \"Pitfalls and
limitations\" section of the Consfigurator manual.