summary refs log tree commit diff
path: root/doc
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2023-07-13 23:02:39 +0200
committerLudovic Courtès <ludo@gnu.org>2023-07-14 16:16:25 +0200
commit084f2c08ede2929f9ebfdf3cc390bbc084e397e7 (patch)
tree60b81cd5286fe00fe043a88eead20b0a906f0bfb /doc
parentbdd359526eb0544530d1c93143d5948931571c32 (diff)
downloadguix-084f2c08ede2929f9ebfdf3cc390bbc084e397e7.tar.gz
doc: Fix invalid use of @deftypevar.
* doc/guix.texi (Virtualization Services): Replace invalid use of
@deftypevar with @deftypevr.
Diffstat (limited to 'doc')
-rw-r--r--doc/guix.texi4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/guix.texi b/doc/guix.texi
index 8e4508b237..9af1b4417b 100644
--- a/doc/guix.texi
+++ b/doc/guix.texi
@@ -35159,9 +35159,9 @@ Its value must be a @code{virtlog-configuration}.
 @end lisp
 @end defvar
 
-@deftypevar {@code{libvirt} parameter} package libvirt
+@deftypevr {@code{libvirt} parameter} package libvirt
 Libvirt package.
-@end deftypevar
+@end deftypevr
 
 @deftypevr {@code{virtlog-configuration} parameter} integer log-level
 Logging level.  4 errors, 3 warnings, 2 information, 1 debug.