diff mbox series

[bug#63922] doc: fix typo in screen-locker-service swaylock example

Message ID 3f44e97d-6bfc-eafc-9672-af15ca29cca7@zedat.fu-berlin.de
State New
Headers show
Series [bug#63922] doc: fix typo in screen-locker-service swaylock example | expand

Commit Message

Arvid Krein June 6, 2023, 9:08 a.m. UTC
Hello Guix,

I think there is a small typo one of the examples for the 
screen-locker-service-type. The second example is for a 
screen-locker-service that uses swaylock but still uses the xlockmore 
executable. I think the following patch would fix that.


Greetings,

Arvid

---
  doc/guix.texi | 2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)


base-commit: e3cd3f03202c48cd8d777f4769b4e31fea8dcd60
--
2.40.1
diff mbox series

Patch

diff --git a/doc/guix.texi b/doc/guix.texi
index 8df5cc411c..638ab1ed6e 100644
--- a/doc/guix.texi
+++ b/doc/guix.texi
@@ -22577,7 +22577,7 @@  X Window
  (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