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>
This commit is contained in:
		
							parent
							
								
									bc157ca62b
								
							
						
					
					
						commit
						9369c1ccf4
					
				
					 2 changed files with 1 additions and 5 deletions
				
			
		| 
						 | 
				
			
			@ -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
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -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
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Reference in a new issue