mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 13:49:23 -05:00
services: console-font: Fix docstring.
* gnu/services/base.scm (console-font-service-type): Use quasiquote and unquote appropriately in docstring.
This commit is contained in:
parent
8825f9955a
commit
ae5c4a9292
1 changed files with 7 additions and 7 deletions
|
@ -817,13 +817,13 @@ (define console-font-service-type
|
|||
package or any valid argument to @command{setfont}, as in this example:
|
||||
|
||||
@example
|
||||
'((\"tty1\" . \"LatGrkCyr-8x16\")
|
||||
(\"tty2\" . (file-append
|
||||
font-tamzen
|
||||
\"/share/kbd/consolefonts/TamzenForPowerline10x20.psf\"))
|
||||
(\"tty3\" . (file-append
|
||||
font-terminus
|
||||
\"/share/consolefonts/ter-132n\"))) ; for HDPI
|
||||
`((\"tty1\" . \"LatGrkCyr-8x16\")
|
||||
(\"tty2\" . ,(file-append
|
||||
font-tamzen
|
||||
\"/share/kbd/consolefonts/TamzenForPowerline10x20.psf\"))
|
||||
(\"tty3\" . ,(file-append
|
||||
font-terminus
|
||||
\"/share/consolefonts/ter-132n\"))) ; for HDPI
|
||||
@end example\n")))
|
||||
|
||||
(define* (console-font-service tty #:optional (font "LatGrkCyr-8x16"))
|
||||
|
|
Loading…
Reference in a new issue