summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruno Victal <mirai@makinata.eu>2023-02-25 18:57:51 +0000
committerLudovic Courtès <ludo@gnu.org>2023-03-03 17:55:32 +0100
commit5bd5e772812e735edc54ef2b321a75cebb7ebd0b (patch)
treea76bd99936733d891d8d3808a4a4ef1a2d2ba3e5
parent4892c0186eec75253701c5097803b6168a2956ce (diff)
downloadguix-patches-5bd5e772812e735edc54ef2b321a75cebb7ebd0b.tar
guix-patches-5bd5e772812e735edc54ef2b321a75cebb7ebd0b.tar.gz
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>
-rw-r--r--doc/guix.texi15
1 files changed, 7 insertions, 8 deletions
diff --git a/doc/guix.texi b/doc/guix.texi
index de7b61432e..c0932804dd 100644
--- a/doc/guix.texi
+++ b/doc/guix.texi
@@ -18342,18 +18342,17 @@ The option can be used to provides extra shepherd requirements (for example
@end table
@end deftp
-@deffn {Scheme Procedure} kmscon-service-type @var{config}
-Return a service to run @uref{https://www.freedesktop.org/wiki/Software/kmscon,kmscon}
-according to @var{config}, a @code{<kmscon-configuration>} object, which
-specifies the tty to run, among other things.
-@end deffn
+@defvar kmscon-service-type
+Type of the service that runs @uref{https://www.freedesktop.org/wiki/Software/kmscon,kmscon},
+which implements virtual console log-in. The value for this service is a
+@code{<kmscon-configuration>} object.
+@end defvar
@deftp {Data Type} kmscon-configuration
-This is the data type representing the configuration of Kmscon, which
-implements virtual console log-in.
+Data type representing the configuration of Kmscon, which specifies the
+tty to run, among other things.
@table @asis
-
@item @code{virtual-terminal}
The name of the console this Kmscon runs on---e.g., @code{"tty1"}.