diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-09-11 18:05:35 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-09-11 18:05:38 +0200 |
commit | b3f724b0a156adafa2cb155b603428eaa576ed11 (patch) | |
tree | bedb51a53cbb7e2dd498ecda97bdbe22647887f2 /doc | |
parent | 0cd3e99d64081e958919845ddd01ae8d2fb2d692 (diff) | |
download | patches-b3f724b0a156adafa2cb155b603428eaa576ed11.tar patches-b3f724b0a156adafa2cb155b603428eaa576ed11.tar.gz |
doc: Actually suggest ‘fc-cache -r’.
A follow-up commit to 0cd3e99d64081e958919845ddd01ae8d2fb2d692.
* doc/guix.texi (Application Setup): Fix my own typo.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/guix.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/guix.texi b/doc/guix.texi index a3c5a564c3..39d4b865f6 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -1724,7 +1724,7 @@ to make sure your TrueType fonts are listed there. After installing fonts you may have to refresh the font cache to use them in applications. The same applies when applications installed via Guix do not seem to find fonts. To force rebuilding of the font cache -run @code{fc-cache -frv}. The @code{fc-cache} command is provided by +run @code{fc-cache -rv}. The @code{fc-cache} command is provided by the @code{fontconfig} package. @subsection X.509 Certificates |