doc: kmscon-service-type: Use @defvar @-command.
* doc/guix.texi (Base Services): Use @defvar @-command for kmscon-service-type. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
		
							parent
							
								
									4892c0186e
								
							
						
					
					
						commit
						5bd5e77281
					
				
					 1 changed files with 7 additions and 8 deletions
				
			
		| 
						 | 
					@ -18342,18 +18342,17 @@ The option can be used to provides extra shepherd requirements (for example
 | 
				
			||||||
@end table
 | 
					@end table
 | 
				
			||||||
@end deftp
 | 
					@end deftp
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@deffn {Scheme Procedure} kmscon-service-type @var{config}
 | 
					@defvar kmscon-service-type
 | 
				
			||||||
Return a service to run @uref{https://www.freedesktop.org/wiki/Software/kmscon,kmscon}
 | 
					Type of the service that runs @uref{https://www.freedesktop.org/wiki/Software/kmscon,kmscon},
 | 
				
			||||||
according to @var{config}, a @code{<kmscon-configuration>} object, which
 | 
					which implements virtual console log-in.  The value for this service is a
 | 
				
			||||||
specifies the tty to run, among other things.
 | 
					@code{<kmscon-configuration>} object.
 | 
				
			||||||
@end deffn
 | 
					@end defvar
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@deftp {Data Type} kmscon-configuration
 | 
					@deftp {Data Type} kmscon-configuration
 | 
				
			||||||
This is the data type representing the configuration of Kmscon, which
 | 
					Data type representing the configuration of Kmscon, which specifies the
 | 
				
			||||||
implements virtual console log-in.
 | 
					tty to run, among other things.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@table @asis
 | 
					@table @asis
 | 
				
			||||||
 | 
					 | 
				
			||||||
@item @code{virtual-terminal}
 | 
					@item @code{virtual-terminal}
 | 
				
			||||||
The name of the console this Kmscon runs on---e.g., @code{"tty1"}.
 | 
					The name of the console this Kmscon runs on---e.g., @code{"tty1"}.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue