mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 13:49:23 -05:00
doc: Fix typo.
* doc/guix.texi (X Window): Fix ‘string-apppend’ typo.
This commit is contained in:
parent
792e1c2ce1
commit
79fbe4f524
1 changed files with 1 additions and 1 deletions
|
@ -21141,7 +21141,7 @@ Select display server to use for the greeter. Valid values are
|
|||
@item @code{numlock} (default: "on")
|
||||
Valid values are @samp{"on"}, @samp{"off"} or @samp{"none"}.
|
||||
|
||||
@item @code{halt-command} (default @code{#~(string-apppend #$shepherd "/sbin/halt")})
|
||||
@item @code{halt-command} (default @code{#~(string-append #$shepherd "/sbin/halt")})
|
||||
Command to run when halting.
|
||||
|
||||
@item @code{reboot-command} (default @code{#~(string-append #$shepherd "/sbin/reboot")})
|
||||
|
|
Loading…
Reference in a new issue