diff options
Diffstat (limited to 'networking/telnetd.c')
-rw-r--r-- | networking/telnetd.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/networking/telnetd.c b/networking/telnetd.c index 29f805de7..de4d733f9 100644 --- a/networking/telnetd.c +++ b/networking/telnetd.c | |||
@@ -109,6 +109,7 @@ | |||
109 | //usage: "\n -i Inetd mode" | 109 | //usage: "\n -i Inetd mode" |
110 | //usage: IF_FEATURE_TELNETD_INETD_WAIT( | 110 | //usage: IF_FEATURE_TELNETD_INETD_WAIT( |
111 | //usage: "\n -w SEC Inetd 'wait' mode, linger time SEC" | 111 | //usage: "\n -w SEC Inetd 'wait' mode, linger time SEC" |
112 | //usage: "\n inetd.conf line: 23 stream tcp wait root telnetd telnetd -w10" | ||
112 | //usage: "\n -S Log to syslog (implied by -i or without -F and -w)" | 113 | //usage: "\n -S Log to syslog (implied by -i or without -F and -w)" |
113 | //usage: ) | 114 | //usage: ) |
114 | //usage: ) | 115 | //usage: ) |