diff options
Diffstat (limited to 'libexec/telnetd/telnetd.8')
-rw-r--r-- | libexec/telnetd/telnetd.8 | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/libexec/telnetd/telnetd.8 b/libexec/telnetd/telnetd.8 index ce47f4c1ee8..4cce01eacdd 100644 --- a/libexec/telnetd/telnetd.8 +++ b/libexec/telnetd/telnetd.8 @@ -33,7 +33,7 @@ .\" .Dd June 1, 1994 .Dt TELNETD 8 -.Os BSD 4.2 +.Os .Sh NAME .Nm telnetd .Nd DARPA @@ -46,6 +46,7 @@ protocol server .Op Fl S Ar tos .Op Fl X Ar authtype .Op Fl a Ar authmode +.Op Fl g Ar gettyent .Op Fl r Ns Ar lowpty-highpty .Op Fl u Ar len .Op Fl debug @@ -184,6 +185,15 @@ have been idle for some period of time to determine if the client is still there, so that idle connections from machines that have crashed or can no longer be reached may be cleaned up. +.It Fl g Ar gettyent +Specifies which entry from +.Pa /etc/gettytab +should be used to get banner strings, login program and other information. +The default entry is +.Dq default. +.It Fl h +Disables the printing of host-specific information before +login has been completed. .It Fl r Ar lowpty-highpty This option is only enabled when .Nm telnetd |