]> rtime.felk.cvut.cz Git - novaboot.git/commitdiff
Improve documentation of --interative
authorMichal Sojka <sojkam1@fel.cvut.cz>
Fri, 17 Feb 2017 20:39:52 +0000 (21:39 +0100)
committerMichal Sojka <sojkam1@fel.cvut.cz>
Fri, 17 Feb 2017 20:39:52 +0000 (21:39 +0100)
README.pod
novaboot

index ebc14dbc0c693a694c61b390f9823310ae06ce33..6f49f02e4cbae400ae6613cf90944f97f5af3612 100644 (file)
@@ -621,12 +621,12 @@ seconds and novaboot returns non-zero exit code.
 
 =item -i, --interactive
 
-Setup things for the interactive use of the target. Your terminal will be
-switched to raw mode. In raw mode, your system does not process input
-in any way (no echoing of entered characters, no interpretation
-special characters). This, among others, means that Ctrl-C is passed
-to the target and does no longer interrupt novaboot. Use "~~."
-sequence to exit novaboot.
+Setup things for the interactive use of the target. Your terminal will
+be switched to raw mode. In raw mode, your local terminal does not
+process input in any way (no echoing of entered characters, no
+interpretation of special characters). This, among others, means that
+Ctrl-C is passed to the target and does not interrupt novaboot. To
+exit from novaboot interactive mode type "~~.".
 
 =item --no-interaction, --interaction
 
index b0235b1fd4cedaf4d33585f3ebe5fd1fa61c2b7f..d0f178ae9f743205a5f689d8989aa32ba851ffe8 100755 (executable)
--- a/novaboot
+++ b/novaboot
@@ -1862,12 +1862,12 @@ seconds and novaboot returns non-zero exit code.
 
 =item -i, --interactive
 
-Setup things for the interactive use of the target. Your terminal will be
-switched to raw mode. In raw mode, your system does not process input
-in any way (no echoing of entered characters, no interpretation
-special characters). This, among others, means that Ctrl-C is passed
-to the target and does no longer interrupt novaboot. Use "~~."
-sequence to exit novaboot.
+Setup things for the interactive use of the target. Your terminal will
+be switched to raw mode. In raw mode, your local terminal does not
+process input in any way (no echoing of entered characters, no
+interpretation of special characters). This, among others, means that
+Ctrl-C is passed to the target and does not interrupt novaboot. To
+exit from novaboot interactive mode type "~~.".
 
 =item --no-interaction, --interaction