summary refs log tree commit diff
path: root/doc
diff options
context:
space:
mode:
authorArvid Krein <arvid@krein.moe>2023-06-06 13:59:20 +0200
committerJosselin Poiret <dev@jpoiret.xyz>2023-07-07 18:46:20 +0200
commit5b6e9b2463f94ae41121e379515c756a6eed9b7f (patch)
tree9e4056df4b52cbc63763825dca31ff80e3e99c40 /doc
parent3e9915724718948f0d74d83aaac1b3c8061c26d2 (diff)
downloadguix-5b6e9b2463f94ae41121e379515c756a6eed9b7f.tar.gz
doc: Fix typo in screen-locker-service swaylock example.
* doc/guix.texi (X Window): Reference swaylock instead of xlockmore.

Signed-off-by: Josselin Poiret <dev@jpoiret.xyz>
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 4e7faf8aea..0f2ffcc696 100644
--- a/doc/guix.texi
+++ b/doc/guix.texi
@@ -22772,7 +22772,7 @@ and setuid enabled.  One can thus disable setuid:
 (service screen-locker-service-type
          (screen-locker-configuration
            (name "swaylock")
-           (program (file-append xlockmore "/bin/xlock"))
+           (program (file-append swaylock "/bin/swaylock"))
            (using-pam? #t)
            (using-setuid? #f)))
 @end lisp