diff options
author | Eric Andersen | 2000-06-21 21:04:01 +0000 |
---|---|---|
committer | Eric Andersen | 2000-06-21 21:04:01 +0000 |
commit | f929641c5163b0bfd166382f914e3aab467d52b1 (patch) | |
tree | 0c0f5bea3b9c06d94b3e44524a1dbdccb8be3ba6 | |
parent | feb47c024af3517ac77b1cfcc1994efd194cffff (diff) | |
download | busybox-f929641c5163b0bfd166382f914e3aab467d52b1.zip busybox-f929641c5163b0bfd166382f914e3aab467d52b1.tar.gz |
Add in telnet docs.
-Erik
-rw-r--r-- | docs/busybox.pod | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/docs/busybox.pod b/docs/busybox.pod index 5e1d6d5..0ef66e7 100644 --- a/docs/busybox.pod +++ b/docs/busybox.pod @@ -1689,6 +1689,15 @@ Example: ------------------------------- +=item telnet + +Usage: telnet host [port] + +Telnet is used to establish interactive communication with another +computer over a network using the TELNET protocol. + +------------------------------- + =item tee Usage: tee [OPTION]... [FILE]... @@ -2039,4 +2048,4 @@ Enrique Zanardi <ezanardi@ull.es> =cut -# $Id: busybox.pod,v 1.47 2000/06/21 21:03:13 andersen Exp $ +# $Id: busybox.pod,v 1.48 2000/06/21 21:04:01 andersen Exp $ |