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 | |
| parent | b79187ab500902fe4d9b1c605151ac3078760392 (diff) | |
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.
| -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 c73a05a0c42..4807f16c0a9 100644 --- a/doc/guix.texi +++ b/doc/guix.texi | |||
| @@ -9826,7 +9826,7 @@ be specified with the @code{#:node} parameter which defaults to | |||
| 9826 | @code{node}. | 9826 | @code{node}. |
| 9827 | @end defvar | 9827 | @end defvar |
| 9828 | 9828 | ||
| 9829 | @defvr {Scheme Variable} tree-sitter-build-system | 9829 | @defvar tree-sitter-build-system |
| 9830 | 9830 | ||
| 9831 | This variable is exported by @code{(guix build-system tree-sitter)}. It | 9831 | This variable is exported by @code{(guix build-system tree-sitter)}. It |
| 9832 | implements procedures to compile grammars for the | 9832 | implements procedures to compile grammars for the |
| @@ -9843,7 +9843,7 @@ Grammars sometimes depend on each other, such as C++ depending on C and | |||
| 9843 | TypeScript depending on JavaScript. You may use inputs to declare such | 9843 | TypeScript depending on JavaScript. You may use inputs to declare such |
| 9844 | dependencies. | 9844 | dependencies. |
| 9845 | 9845 | ||
| 9846 | @end defvr | 9846 | @end defvar |
| 9847 | 9847 | ||
| 9848 | Lastly, for packages that do not need anything as sophisticated, a | 9848 | Lastly, for packages that do not need anything as sophisticated, a |
| 9849 | ``trivial'' build system is provided. It is trivial in the sense that | 9849 | ``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}: | |||
| 42499 | (extra-options '("-t" "1h30m")))) | 42499 | (extra-options '("-t" "1h30m")))) |
| 42500 | @end lisp | 42500 | @end lisp |
| 42501 | 42501 | ||
| 42502 | @defvr {Scheme Variable} home-ssh-agent-service-type | 42502 | @defvar home-ssh-agent-service-type |
| 42503 | This is the type of the @code{git daemon} home service, whose value is an | 42503 | This is the type of the @code{git daemon} home service, whose value is an |
| 42504 | @code{home-ssh-agent-configuration} object. | 42504 | @code{home-ssh-agent-configuration} object. |
| 42505 | @end defvr | 42505 | @end defvar |
| 42506 | 42506 | ||
| 42507 | @deftp {Data Type} home-ssh-agent-configuration | 42507 | @deftp {Data Type} home-ssh-agent-configuration |
| 42508 | Available @code{home-ssh-agent-configuration} fields are: | 42508 | Available @code{home-ssh-agent-configuration} fields are: |
| @@ -42816,10 +42816,10 @@ to the @code{services} field of your @code{home-environment}: | |||
| 42816 | (service home-znc-service-type) | 42816 | (service home-znc-service-type) |
| 42817 | @end lisp | 42817 | @end lisp |
| 42818 | 42818 | ||
| 42819 | @defvr {Scheme Variable} home-znc-service-type | 42819 | @defvar home-znc-service-type |
| 42820 | This is the type of the @code{git daemon} home service, whose value is an | 42820 | This is the type of the @code{git daemon} home service, whose value is an |
| 42821 | @code{home-znc-configuration} object. | 42821 | @code{home-znc-configuration} object. |
| 42822 | @end defvr | 42822 | @end defvar |
| 42823 | 42823 | ||
| 42824 | @deftp {Data Type} home-znc-configuration | 42824 | @deftp {Data Type} home-znc-configuration |
| 42825 | Available @code{home-znc-configuration} fields are: | 42825 | Available @code{home-znc-configuration} fields are: |
| @@ -42852,10 +42852,10 @@ to the @code{services} field of your @code{home-environment}: | |||
| 42852 | (extra-options '("--settings="<settings-file>")))) | 42852 | (extra-options '("--settings="<settings-file>")))) |
| 42853 | @end lisp | 42853 | @end lisp |
| 42854 | 42854 | ||
| 42855 | @defvr {Scheme Variable} home-kodi-service-type | 42855 | @defvar home-kodi-service-type |
| 42856 | This is the type of the @code{git daemon} home service, whose value is an | 42856 | This is the type of the @code{git daemon} home service, whose value is an |
| 42857 | @code{home-kodi-configuration} object. | 42857 | @code{home-kodi-configuration} object. |
| 42858 | @end defvr | 42858 | @end defvar |
| 42859 | 42859 | ||
| 42860 | @deftp {Data Type} home-kodi-configuration | 42860 | @deftp {Data Type} home-kodi-configuration |
| 42861 | Available @code{home-kodi-configuration} fields are: | 42861 | Available @code{home-kodi-configuration} fields are: |
