summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMaxim Cournoyer <maxim@guixotic.coop>2026-09-01 11:07:06 +0900
committerMaxim Cournoyer <maxim@guixotic.coop>2026-09-01 11:30:32 +0900
commitde5c175ea03046a006cbe479033a1276a35dc7a2 (patch)
tree3217c35a740b4870a9f348c229361231bf2fabbc /doc
parentf677066fbe404f4214f5ad1f1438cebceaf00cb1 (diff)
doc: Fix typo.
* doc/guix.texi (VNC Services): Fix typo.
Diffstat (limited to 'doc')
-rw-r--r--doc/guix.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/guix.texi b/doc/guix.texi
index b30237e21ce..73d616aa1b6 100644
--- a/doc/guix.texi
+++ b/doc/guix.texi
@@ -39079,7 +39079,7 @@ The package that provides the Xvnc binary.
39079 39079
39080@item @code{display-number} (default: @code{0}) (type: number) 39080@item @code{display-number} (default: @code{0}) (type: number)
39081The display number used by Xvnc. You should set this to a number not 39081The display number used by Xvnc. You should set this to a number not
39082already used a Xorg server. 39082already used by the Xorg server.
39083 39083
39084@item @code{geometry} (default: @code{"1024x768"}) (type: string) 39084@item @code{geometry} (default: @code{"1024x768"}) (type: string)
39085The size of the desktop to be created. 39085The size of the desktop to be created.