diff options
author | asmodai <asmodai@FreeBSD.org> | 2001-02-06 11:21:40 +0000 |
---|---|---|
committer | asmodai <asmodai@FreeBSD.org> | 2001-02-06 11:21:40 +0000 |
commit | 3ade7f7578b70f38723a624d12f4d0866ecc461f (patch) | |
tree | f7eefc8137afe610252581a187a600dbf7e85fe8 /usr.bin/telnet/README | |
parent | 47a2266000dcef92e2019fc82b50ce7ce7753ec3 (diff) | |
download | FreeBSD-src-3ade7f7578b70f38723a624d12f4d0866ecc461f.zip FreeBSD-src-3ade7f7578b70f38723a624d12f4d0866ecc461f.tar.gz |
Fix typo: seperate -> separate.
Seperate does not exist in the english language.
Also add $FreeBSD$ to README.
Diffstat (limited to 'usr.bin/telnet/README')
-rw-r--r-- | usr.bin/telnet/README | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/usr.bin/telnet/README b/usr.bin/telnet/README index 37b588f..b23396e 100644 --- a/usr.bin/telnet/README +++ b/usr.bin/telnet/README @@ -1,3 +1,4 @@ +# $FreeBSD$ This is a distribution of both client and server telnet. These programs have been compiled on: @@ -430,7 +431,7 @@ September 14, 1990: one of them is undefined, and the other one is not already defined to the telnet escape character. - Handle TERMIOS systems that have seperate input and output + Handle TERMIOS systems that have separate input and output line speed settings imbedded in the flags. Many other minor bug fixes. @@ -440,7 +441,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. @@ -496,7 +497,7 @@ June 20, 1990: option turned back off! Fix the TERMIOS setting of the terminal speed to handle both - BSD's seperate fields, and the SYSV method of CBAUD bits. + BSD's separate fields, and the SYSV method of CBAUD bits. Change how we deal with the other side refusing to enable an option. The sequence used to be: send DO option; receive |