diff options
author | Jan (janneke) Nieuwenhuizen <janneke@gnu.org> | 2023-03-16 18:41:30 +0100 |
---|---|---|
committer | Janneke Nieuwenhuizen <janneke@gnu.org> | 2023-03-16 18:50:01 +0100 |
commit | b68d4118e7233586ad1e5746b2ebc594977db1e3 (patch) | |
tree | f1ac74ad137bffcbe0247e8d7e09718a05b300e1 /doc | |
parent | b79187ab500902fe4d9b1c605151ac3078760392 (diff) | |
download | guix-b68d4118e7233586ad1e5746b2ebc594977db1e3.tar.gz |
doc: Use @defvar instead of @defvr for Scheme variables.
Suggested by mirai via IRC, see also https://issues.guix.gnu.org/60634 * doc/guix.texi (Build Systems) (Secure Shell) (Messaging Home Services) (Media Home Services): Use @defvar instead of @defvr for Scheme variables.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/guix.texi | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/doc/guix.texi b/doc/guix.texi index c73a05a0c4..4807f16c0a 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -9826,7 +9826,7 @@ be specified with the @code{#:node} parameter which defaults to @code{node}. @end defvar -@defvr {Scheme Variable} tree-sitter-build-system +@defvar tree-sitter-build-system This variable is exported by @code{(guix build-system tree-sitter)}. It implements procedures to compile grammars for the @@ -9843,7 +9843,7 @@ Grammars sometimes depend on each other, such as C++ depending on C and TypeScript depending on JavaScript. You may use inputs to declare such dependencies. -@end defvr +@end defvar Lastly, for packages that do not need anything as sophisticated, a ``trivial'' build system is provided. It is trivial in the sense that @@ -42499,10 +42499,10 @@ to the @code{services} field of your @code{home-environment}: (extra-options '("-t" "1h30m")))) @end lisp -@defvr {Scheme Variable} home-ssh-agent-service-type +@defvar home-ssh-agent-service-type This is the type of the @code{git daemon} home service, whose value is an @code{home-ssh-agent-configuration} object. -@end defvr +@end defvar @deftp {Data Type} home-ssh-agent-configuration Available @code{home-ssh-agent-configuration} fields are: @@ -42816,10 +42816,10 @@ to the @code{services} field of your @code{home-environment}: (service home-znc-service-type) @end lisp -@defvr {Scheme Variable} home-znc-service-type +@defvar home-znc-service-type This is the type of the @code{git daemon} home service, whose value is an @code{home-znc-configuration} object. -@end defvr +@end defvar @deftp {Data Type} home-znc-configuration Available @code{home-znc-configuration} fields are: @@ -42852,10 +42852,10 @@ to the @code{services} field of your @code{home-environment}: (extra-options '("--settings="<settings-file>")))) @end lisp -@defvr {Scheme Variable} home-kodi-service-type +@defvar home-kodi-service-type This is the type of the @code{git daemon} home service, whose value is an @code{home-kodi-configuration} object. -@end defvr +@end defvar @deftp {Data Type} home-kodi-configuration Available @code{home-kodi-configuration} fields are: |