diff --git a/Documentation/NuttShell.html b/Documentation/NuttShell.html
index ab470ee1152..4ee51a48ce6 100644
--- a/Documentation/NuttShell.html
+++ b/Documentation/NuttShell.html
@@ -2155,6 +2155,12 @@ nsh>
This is useful, for example, to separate the NSH command line from the system console
when the system console is used to provide debug output.
Default: stdin and stdout (probably "/dev/console")
+
/dev/console is used for a user interface,
+ (1) linefeeds (\n) will not be expanded to carriage return / linefeeds (\r\n).
+ You will need to configure your terminal program to account for this.
+ And (2) input is not automatically echoed so you will have to turn local echo on.
+ CONFIG_NSH_TELNET