Lots of typos.

This commit is contained in:
wiz 2002-02-11 00:57:58 +00:00
parent c71d1b0307
commit 573e59fb5c

View File

@ -50,7 +50,7 @@ This is a bugfix release.
SunOS 4.x, since it doesn't have memmove(). Config.generic
has been modified to include mem.o for SunOS 4.x.
Some new code was added to telnetd to do some enviornment
Some new code was added to telnetd to do some environment
variable cleanup before execing login. Thanks to Sam Hartman
at MIT for pointing this out.
@ -206,7 +206,7 @@ listed here, but this should hit a lot of the main ones.
-f/-F
Allows forwarding of credentials for KRB5.
Februrary 22, 1991:
February 22, 1991:
Features:
@ -265,7 +265,7 @@ Februrary 22, 1991:
General changes:
A "libtelnet.a" has now been created. This libraray
A "libtelnet.a" has now been created. This library
contains code that is common to both telnet and
telnetd. This is also where library routines that
are needed, but are not in the standard C library,
@ -297,7 +297,7 @@ Februrary 22, 1991:
The NO_GETTYTAB #define has been removed; there
is a compatibility routine that can be built into
libtelnet to achive the same results.
libtelnet to achieve the same results.
The server, telnetd, has been switched to use getopt()
for parsing the argument list.
@ -359,9 +359,9 @@ September 14, 1990:
is now changed to TIOCSETN.
Take out the "#ifdef notdef" around the code in the
server that generates a "sync" when the pty oputput
server that generates a "sync" when the pty output
is flushed. The potential problem is that some older
telnet clients may go into an infinate loop when they
telnet clients may go into an infinite loop when they
receive a "sync", if so, the server can be compiled
with "NO_URGENT" defined.
@ -394,12 +394,12 @@ September 14, 1990:
authentication is requested.
The USER variable is now only sent by the client if
the "-a" or "-l user" options are explicity used, or
the "-a" or "-l user" options are explicitly used, or
if the user explicitly asks for the "USER" environment
variable to be exported. In the server, if it receives
the "USER" environment variable, it won't print out the
banner message, so that only "Password:" will be printed.
This makes the symantics more like rlogin, and should be
This makes the semantics more like rlogin, and should be
more familiar to the user. (People are not used to
getting a banner message, and then getting just a
"Password:" prompt.)
@ -451,7 +451,7 @@ September 14, 1990:
defined to the telnet escape character.
Handle TERMIOS systems that have separate input and output
line speed settings imbedded in the flags.
line speed settings embedded in the flags.
Many other minor bug fixes.
@ -460,7 +460,7 @@ June 20, 1990:
directory is now gone, and all the source that was in
telnet/Source is now just in the telnet directory.
Seperate makefile for each system are now gone. There
Separate makefile for each system are now gone. There
are two makefiles, Makefile and Makefile.generic.
The "Makefile" has the definitions for the various
system, and "Makefile.generic" does all the work.
@ -494,7 +494,7 @@ June 20, 1990:
Make minor modifications for Sun4.0 and Sun4.1
Add support for both FORW1 and FORW2 characters. The
telnet escpape character is set to whichever of the
telnet escape character is set to whichever of the
two is not being used. If both are in use, the escape
character is not set, so when in linemode the user will
have to follow the escape character with a <CR> or <EOF)
@ -607,7 +607,7 @@ README: You are reading it.
Config.generic:
This file contains all the OS specific definitions. It
has pre-definitions for many common system types, and is
in standard makefile fromat. See the comments at the top
in standard makefile format. See the comments at the top
of the file for more information.
Config.local:
@ -710,7 +710,7 @@ The following TELNET options are supported:
when a terminal type is received, termcap/terminfo
is consulted to determine if it is a known terminal
type. It keeps requesting terminal types until it
gets one that it recongnizes, or hits the end of the
gets one that it recognizes, or hits the end of the
list. The server side looks up the entry in the
termcap/terminfo data base, and generates a list of
names which it then passes one at a time to each