mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-19 10:53:58 +00:00
Fix the output glitch.
This commit is contained in:
parent
b276ae6f6a
commit
7b64620d93
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=161493
@ -539,7 +539,7 @@ fixit_common(void)
|
||||
dialog_clear_norefresh();
|
||||
msgNotify("Waiting for fixit shell to exit. Go to VTY4 now by\n"
|
||||
"typing ALT-F4. When you are done, type ``exit'' to exit\n"
|
||||
"the fixit shell and be returned here\n.");
|
||||
"the fixit shell and be returned here.\n");
|
||||
}
|
||||
(void)waitpid(child, &waitstatus, 0);
|
||||
if (strcmp(variable_get(VAR_FIXIT_TTY), "serial") == 0)
|
||||
|
Loading…
Reference in New Issue
Block a user