guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

06/06: gnu: services: Fix bluetooth-service docstring.


From: guix-commits
Subject: 06/06: gnu: services: Fix bluetooth-service docstring.
Date: Sun, 25 Dec 2022 18:59:36 -0500 (EST)

civodul pushed a commit to branch master
in repository guix.

commit 9369c1ccf47d9bf6f2e28a9454c1c329a2044f19
Author: Ivan Vilata i Balaguer <ivan@selidor.net>
AuthorDate: Mon Dec 12 20:27:37 2022 +0100

    gnu: services: Fix bluetooth-service docstring.
    
    * gnu/services/desktop.scm (bluetooth-service): Sync docstring with info,
    remove mention to group not really needed to access D-Bus service.
    * doc/guix.texi (Desktop Services): Also remove mention to group here.
    
    Signed-off-by: Ludovic Courtès <ludo@gnu.org>
---
 doc/guix.texi            | 2 --
 gnu/services/desktop.scm | 4 +---
 2 files changed, 1 insertion(+), 5 deletions(-)

diff --git a/doc/guix.texi b/doc/guix.texi
index c5ae350a47..efd281d9b0 100644
--- a/doc/guix.texi
+++ b/doc/guix.texi
@@ -23238,8 +23238,6 @@ manages all the Bluetooth devices and provides a number 
of D-Bus
 interfaces.  When AUTO-ENABLE? is true, the bluetooth controller is
 powered automatically at boot, which can be useful when using a
 bluetooth keyboard or mouse.
-
-Users need to be in the @code{lp} group to access the D-Bus service.
 @end deffn
 
 @deffn {Scheme Variable} bluetooth-service-type
diff --git a/gnu/services/desktop.scm b/gnu/services/desktop.scm
index ac29e8d38a..9fd77642a1 100644
--- a/gnu/services/desktop.scm
+++ b/gnu/services/desktop.scm
@@ -838,9 +838,7 @@ Bluetooth devices and provides a number of D-Bus 
interfaces.")))
   "Return a service that runs the @command{bluetoothd} daemon, which manages
 all the Bluetooth devices and provides a number of D-Bus interfaces.  When
 AUTO-ENABLE? is true, the bluetooth controller is powered automatically at
-boot.
-
-Users need to be in the @code{lp} group to access the D-Bus service.
+boot, which can be useful when using a bluetooth keyboard or mouse.
 "
   (service bluetooth-service-type
            (bluetooth-configuration



reply via email to

[Prev in Thread] Current Thread [Next in Thread]