aboutsummaryrefslogtreecommitdiff
path: root/networking/telnet.c
diff options
context:
space:
mode:
Diffstat (limited to 'networking/telnet.c')
-rw-r--r--networking/telnet.c18
1 files changed, 9 insertions, 9 deletions
diff --git a/networking/telnet.c b/networking/telnet.c
index 1c4811d5d..9f191f7ad 100644
--- a/networking/telnet.c
+++ b/networking/telnet.c
@@ -24,27 +24,27 @@
24//config: bool "telnet (8.7 kb)" 24//config: bool "telnet (8.7 kb)"
25//config: default y 25//config: default y
26//config: help 26//config: help
27//config: Telnet is an interface to the TELNET protocol, but is also commonly 27//config: Telnet is an interface to the TELNET protocol, but is also commonly
28//config: used to test other simple protocols. 28//config: used to test other simple protocols.
29//config: 29//config:
30//config:config FEATURE_TELNET_TTYPE 30//config:config FEATURE_TELNET_TTYPE
31//config: bool "Pass TERM type to remote host" 31//config: bool "Pass TERM type to remote host"
32//config: default y 32//config: default y
33//config: depends on TELNET 33//config: depends on TELNET
34//config: help 34//config: help
35//config: Setting this option will forward the TERM environment variable to the 35//config: Setting this option will forward the TERM environment variable to the
36//config: remote host you are connecting to. This is useful to make sure that 36//config: remote host you are connecting to. This is useful to make sure that
37//config: things like ANSI colors and other control sequences behave. 37//config: things like ANSI colors and other control sequences behave.
38//config: 38//config:
39//config:config FEATURE_TELNET_AUTOLOGIN 39//config:config FEATURE_TELNET_AUTOLOGIN
40//config: bool "Pass USER type to remote host" 40//config: bool "Pass USER type to remote host"
41//config: default y 41//config: default y
42//config: depends on TELNET 42//config: depends on TELNET
43//config: help 43//config: help
44//config: Setting this option will forward the USER environment variable to the 44//config: Setting this option will forward the USER environment variable to the
45//config: remote host you are connecting to. This is useful when you need to 45//config: remote host you are connecting to. This is useful when you need to
46//config: log into a machine without telling the username (autologin). This 46//config: log into a machine without telling the username (autologin). This
47//config: option enables `-a' and `-l USER' arguments. 47//config: option enables `-a' and `-l USER' arguments.
48//config: 48//config:
49//config:config FEATURE_TELNET_WIDTH 49//config:config FEATURE_TELNET_WIDTH
50//config: bool "Enable window size autodetection" 50//config: bool "Enable window size autodetection"