summaryrefslogtreecommitdiffstats
path: root/cpukit/telnetd/README
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2007-09-24 21:35:10 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2007-09-24 21:35:10 +0000
commitb5bf8cd163de664f558a5b2b02b01cc8a7722456 (patch)
tree57f78fc92a0ea83967a9b6074bf43c3afa9a5bf2 /cpukit/telnetd/README
parent2007-09-24 Joel Sherrill <joel.sherrill@oarcorp.com> (diff)
downloadrtems-b5bf8cd163de664f558a5b2b02b01cc8a7722456.tar.bz2
2007-09-24 Joel Sherrill <joel.sherrill@oarcorp.com>
PR 1262/filesystem * libcsupport/Makefile.am, libnetworking/libc/herror.c, libnetworking/libc/res_send.c, libnetworking/sys/uio.h, telnetd/Makefile.am, telnetd/README, telnetd/preinstall.am, telnetd/pty.c, telnetd/telnetd.c: Add support for readv() and writev() including documentation and test case. * libcsupport/src/readv.c, libcsupport/src/writev.c: New files.
Diffstat (limited to 'cpukit/telnetd/README')
-rw-r--r--cpukit/telnetd/README2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/telnetd/README b/cpukit/telnetd/README
index 0c964c412d..1c84eb769f 100644
--- a/cpukit/telnetd/README
+++ b/cpukit/telnetd/README
@@ -19,7 +19,7 @@ NOTES:
1. OOB not yet implemented. Only a reduced negotiation is implemented.
-2. If you have tcp/ip inited you can start telnetd daemon.
+2. If you have tcp/ip initialied you can start telnetd daemon.
You need register pseudo-terminals driver into device drivers table.
16 ptyX termios device terminales are created into /dev/.
Calling rtems_initialize_telnetd() starts the daemon.