summaryrefslogtreecommitdiffstats
path: root/src/vconsole
diff options
context:
space:
mode:
authorLuca Boccassi <bluca@debian.org>2024-05-14 15:38:37 +0200
committerLuca Boccassi <luca.boccassi@gmail.com>2024-05-14 18:33:27 +0200
commit93df5217b91774fb379e7b94eadd609bfe864b82 (patch)
tree433e438c053c5ce5500a2cbe71d0acc2602594f3 /src/vconsole
parentcgroup-util: allow cg_read_pid() to skip unmapped (zero) pids (diff)
downloadsystemd-93df5217b91774fb379e7b94eadd609bfe864b82.tar.xz
systemd-93df5217b91774fb379e7b94eadd609bfe864b82.zip
tree-wide: 'allows to' -> 'allows one to'
As flagged by Lintian
Diffstat (limited to 'src/vconsole')
-rw-r--r--src/vconsole/vconsole-setup.c10
1 files changed, 4 insertions, 6 deletions
diff --git a/src/vconsole/vconsole-setup.c b/src/vconsole/vconsole-setup.c
index 2a73d01d7e..e0b1621461 100644
--- a/src/vconsole/vconsole-setup.c
+++ b/src/vconsole/vconsole-setup.c
@@ -390,13 +390,11 @@ static int font_load_and_wait(const char *vc, Context *c) {
}
/*
- * A newly allocated VT uses the font from the source VT. Here
- * we update all possibly already allocated VTs with the configured
- * font. It also allows to restart systemd-vconsole-setup.service,
- * to apply a new font to all VTs.
+ * A newly allocated VT uses the font from the source VT. Here we update all possibly already allocated VTs
+ * with the configured font. It also allows systemd-vconsole-setup.service to be restarted to apply a new
+ * font to all VTs.
*
- * We also setup per-console utf8 related stuff: kbdmode, term
- * processing, stty iutf8.
+ * We also setup per-console utf8 related stuff: kbdmode, term processing, stty iutf8.
*/
static void setup_remaining_vcs(int src_fd, unsigned src_idx, bool utf8) {
struct console_font_op cfo = {