diff options
Diffstat (limited to 'upstream/archlinux/man8/telnetd.8')
-rw-r--r-- | upstream/archlinux/man8/telnetd.8 | 66 |
1 files changed, 66 insertions, 0 deletions
diff --git a/upstream/archlinux/man8/telnetd.8 b/upstream/archlinux/man8/telnetd.8 new file mode 100644 index 00000000..35c24d81 --- /dev/null +++ b/upstream/archlinux/man8/telnetd.8 @@ -0,0 +1,66 @@ +.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.49.1. +.TH TELNETD "8" "December 2023" "GNU inetutils 2.5" "System Administration Utilities" +.SH NAME +telnetd \- Telnet server +.SH SYNOPSIS +.B telnetd +[\fI\,OPTION\/\fR...] +.SH DESCRIPTION +DARPA telnet protocol server +.TP +\fB\-D\fR, \fB\-\-debug\fR[=\fI\,LEVEL\/\fR] +set debugging level +.TP +\fB\-E\fR, \fB\-\-exec\-login\fR=\fI\,STRING\/\fR +set program to be executed instead of +\fI\,/usr/bin/login\/\fP +.TP +\fB\-h\fR, \fB\-\-no\-hostinfo\fR +do not print host information before login has +been completed +.TP +\fB\-l\fR, \fB\-\-linemode\fR[=\fI\,MODE\/\fR] +set line mode +.TP +\fB\-n\fR, \fB\-\-no\-keepalive\fR +disable TCP keep\-alives +.TP +\fB\-U\fR, \fB\-\-reverse\-lookup\fR +refuse connections from addresses that cannot be +mapped back into a symbolic name +.TP +\-?, \fB\-\-help\fR +give this help list +.TP +\fB\-\-usage\fR +give a short usage message +.TP +\fB\-V\fR, \fB\-\-version\fR +print program version +.PP +Mandatory or optional arguments to long options are also mandatory or optional +for any corresponding short options. +.SH AUTHOR +Written by many authors. +.SH "REPORTING BUGS" +Report bugs to <bug\-inetutils@gnu.org>. +.SH COPYRIGHT +Copyright \(co 2023 Free Software Foundation, Inc. +License GPLv3+: GNU GPL version 3 or later <https://gnu.org/licenses/gpl.html>. +.br +This is free software: you are free to change and redistribute it. +There is NO WARRANTY, to the extent permitted by law. +.SH "SEE ALSO" +telnet(1) +.PP +The full documentation for +.B telnetd +is maintained as a Texinfo manual. If the +.B info +and +.B telnetd +programs are properly installed at your site, the command +.IP +.B info telnetd +.PP +should give you access to the complete manual. |