]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - src/basic/terminal-util.c
terminal-util: Document boolean parameter in one more place
[thirdparty/systemd.git] / src / basic / terminal-util.c
index 49a61a4f1b4c5ef04c54a3a1e6a6b71dd572c251..d1cfb161de3b0fcd5e4635f38ceb4ea4ad626863 100644 (file)
@@ -591,7 +591,7 @@ int make_console_stdio(void) {
         } else {
                 unsigned rows, cols;
 
-                r = reset_terminal_fd(fd, true);
+                r = reset_terminal_fd(fd, /* switch_to_text= */ true);
                 if (r < 0)
                         log_warning_errno(r, "Failed to reset terminal, ignoring: %m");