diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-09-23 02:47:46 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-09-23 04:36:51 +0200 |
commit | 22bf00f9ec9368bef83d9cf42a0e3aa6b8d84475 (patch) | |
tree | f6a627da38c7f86b726f32e9381de7bac4e023fc | |
parent | fcaecc151553091507b9a63cef769311001ab04b (diff) | |
download | guix-22bf00f9ec9368bef83d9cf42a0e3aa6b8d84475.tar.gz |
gnu: console-setup: Fix suspected typo.
* gnu/packages/xorg.scm (console-setup)[description]: Add article.
-rw-r--r-- | gnu/packages/xorg.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm index aca6282df7..8df6407e26 100644 --- a/gnu/packages/xorg.scm +++ b/gnu/packages/xorg.scm @@ -6724,7 +6724,7 @@ output.") (synopsis "Set up the Linux console font and keyboard") (description "console-setup provides the console with the same keyboard -configuration scheme that X Window System has. In particular, the +configuration scheme that the X Window System has. In particular, the @command{ckbcomp} program compiles an XKB keyboard description to a keymap suitable for @command{loadkeys} or @command{kbdcontrol}. As a result, there is no need to duplicate or change the console keyboard files just to make |