diff options
| author | Steve Price <steve@FreeBSD.org> | 1998-05-04 02:37:29 +0000 |
|---|---|---|
| committer | Steve Price <steve@FreeBSD.org> | 1998-05-04 02:37:29 +0000 |
| commit | b1dd8a7b575a07f72ed0813697a076ad97cdedba (patch) | |
| tree | 4c8cd6a77e62afe4ce288d76ed046997c2c13074 /libexec/telnetd | |
| parent | ec7fa2a51ef3c7ac7d781529381f1225cdbe897a (diff) | |
Notes
Diffstat (limited to 'libexec/telnetd')
| -rw-r--r-- | libexec/telnetd/telnetd.8 | 27 |
1 files changed, 26 insertions, 1 deletions
diff --git a/libexec/telnetd/telnetd.8 b/libexec/telnetd/telnetd.8 index 95951517db9a..c54056c1cf9f 100644 --- a/libexec/telnetd/telnetd.8 +++ b/libexec/telnetd/telnetd.8 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)telnetd.8 8.3 (Berkeley) 3/1/94 -.\" $Id: telnetd.8,v 1.10 1997/12/03 07:16:04 charnier Exp $ +.\" $Id: telnetd.8,v 1.11 1998/01/07 07:56:15 charnier Exp $ .\" .Dd March 1, 1994 .Dt TELNETD 8 @@ -524,10 +524,34 @@ Only sent if is compiled with support for data encryption, and indicates a willingness to decrypt the data stream. +.Sh NOTES +By default +.Nm +will read the +.Em \&he , +.Em \&hn , +and +.Em \&im +capabilities from +.Pa /etc/gettytab +and use that information (if present) to determine +what to display before the login: prompt. You can +also use a System V style +.Pa /etc/issue +file by using the +.Em \&if +capability, which will override +.Em \&im . +The information specified in either +.Em \&im +or +.Em \&if +will be displayed to both console and remote logins. .Sh ENVIRONMENT .Sh FILES .Bl -tag -width /usr/ucb/bftp -compact .It Pa /etc/services +.It Pa /etc/gettytab .It Pa /etc/inittab (UNICOS systems only) .It Pa /etc/iptos @@ -537,6 +561,7 @@ the data stream. .El .Sh "SEE ALSO" .Xr bftp 1 , +.Xr gettytab 5 , .Xr login 1 , .Xr telnet 1 (if supported) |
