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:
|
package or any valid argument to @command{setfont}, as in this example:
|
||||||
|
|
||||||
@example
|
@example
|
||||||
'((\"tty1\" . \"LatGrkCyr-8x16\")
|
`((\"tty1\" . \"LatGrkCyr-8x16\")
|
||||||
(\"tty2\" . (file-append
|
(\"tty2\" . ,(file-append
|
||||||
font-tamzen
|
font-tamzen
|
||||||
\"/share/kbd/consolefonts/TamzenForPowerline10x20.psf\"))
|
\"/share/kbd/consolefonts/TamzenForPowerline10x20.psf\"))
|
||||||
(\"tty3\" . (file-append
|
(\"tty3\" . ,(file-append
|
||||||
font-terminus
|
font-terminus
|
||||||
\"/share/consolefonts/ter-132n\"))) ; for HDPI
|
\"/share/consolefonts/ter-132n\"))) ; for HDPI
|
||||||
@end example\n")))
|
@end example\n")))
|
||||||
|
|
||||||
(define* (console-font-service tty #:optional (font "LatGrkCyr-8x16"))
|
(define* (console-font-service tty #:optional (font "LatGrkCyr-8x16"))
|
||||||
|
|
Loading…
Reference in a new issue