summaryrefslogtreecommitdiff
path: root/gnu/services
diff options
context:
space:
mode:
authorBruno Victal <mirai@makinata.eu>2023-01-13 21:34:58 +0000
committerMaxim Cournoyer <maxim.cournoyer@gmail.com>2023-02-08 22:40:40 -0500
commit8a2c2eaa906bd12d9c804ba18ac305b9719507ef (patch)
tree302aaf55f973f56b4c6a13cd28e654fde5893a09 /gnu/services
parenta5f473db6f8682350b61e2c04b7580544eea0ea3 (diff)
services: lightdm: Sync documentation with source.
Table entry @item nodes cannot span multiple lines. * gnu/services/lightdm.scm (lightdm-gtk-greeter-configuration): Fix cursor-theme-size description. * doc/guix.texi (lightdm-service-type): Sync with source. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
Diffstat (limited to 'gnu/services')
-rw-r--r--gnu/services/lightdm.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/services/lightdm.scm b/gnu/services/lightdm.scm
index 7e3864fec2..0b9094cda1 100644
--- a/gnu/services/lightdm.scm
+++ b/gnu/services/lightdm.scm
@@ -151,7 +151,7 @@ icon themes."
"The name of the cursor theme to use.")
(cursor-theme-size
(number 16)
- "The size to use for the the cursor theme.")
+ "The size to use for the cursor theme.")
(allow-debugging?
maybe-boolean
"Set to #t to enable debug log level.")