From 2c6361958864df8b17dd2ecfbac42c9b0e74557e Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Ludovic=20Court=C3=A8s?= <ludo@gnu.org>
Date: Wed, 28 Jan 2015 14:04:57 +0100
Subject: [PATCH] doc: Fix typo for 'lsh-service'.

* doc/guix.texi (Networking Services): Fix typo in 'lsh-service'
  parameters.
---
 doc/guix.texi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/guix.texi b/doc/guix.texi
index 9d850c62f35..b3c7365e6a5 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.
-- 
GitLab