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>master
parent
bc157ca62b
commit
9369c1ccf4
|
@ -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
|
interfaces. When AUTO-ENABLE? is true, the bluetooth controller is
|
||||||
powered automatically at boot, which can be useful when using a
|
powered automatically at boot, which can be useful when using a
|
||||||
bluetooth keyboard or mouse.
|
bluetooth keyboard or mouse.
|
||||||
|
|
||||||
Users need to be in the @code{lp} group to access the D-Bus service.
|
|
||||||
@end deffn
|
@end deffn
|
||||||
|
|
||||||
@deffn {Scheme Variable} bluetooth-service-type
|
@deffn {Scheme Variable} bluetooth-service-type
|
||||||
|
|
|
@ -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
|
"Return a service that runs the @command{bluetoothd} daemon, which manages
|
||||||
all the Bluetooth devices and provides a number of D-Bus interfaces. When
|
all the Bluetooth devices and provides a number of D-Bus interfaces. When
|
||||||
AUTO-ENABLE? is true, the bluetooth controller is powered automatically at
|
AUTO-ENABLE? is true, the bluetooth controller is powered automatically at
|
||||||
boot.
|
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.
|
|
||||||
"
|
"
|
||||||
(service bluetooth-service-type
|
(service bluetooth-service-type
|
||||||
(bluetooth-configuration
|
(bluetooth-configuration
|
||||||
|
|
Reference in New Issue