summary refs log tree commit diff
path: root/doc
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2015-01-28 14:04:57 +0100
committerLudovic Courtès <ludo@gnu.org>2015-01-28 14:04:57 +0100
commit2c6361958864df8b17dd2ecfbac42c9b0e74557e (patch)
tree805765e8c287580b16dc621a7b3126572a1910cd /doc
parent8fbf530260ec4b269e224de272727a3b4987296b (diff)
downloadguix-2c6361958864df8b17dd2ecfbac42c9b0e74557e.tar.gz
doc: Fix typo for 'lsh-service'.
* doc/guix.texi (Networking Services): Fix typo in 'lsh-service'
  parameters.
Diffstat (limited to 'doc')
-rw-r--r--doc/guix.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/guix.texi b/doc/guix.texi
index 9d850c62f3..b3c7365e6a 100644
--- a/doc/guix.texi
+++ b/doc/guix.texi
@@ -4483,7 +4483,7 @@ Furthermore, @code{(gnu services ssh)} provides the following service.
        [#:allow-empty-passwords? #f] [#:root-login? #f] @
        [#:syslog-output? #t] [#:x11-forwarding? #t] @
        [#:tcp/ip-forwarding? #t] [#:password-authentication? #t] @
-       [public-key-authentication? #t] [#:initialize? #f]
+       [#:public-key-authentication? #t] [#:initialize? #f]
 Run the @command{lshd} program from @var{lsh} to listen on port @var{port-number}.
 @var{host-key} must designate a file containing the host key, and readable
 only by root.