From: Eric Andersen Date: Wed, 21 Jun 2000 21:04:01 +0000 (-0000) Subject: Add in telnet docs. X-Git-Tag: 0_45~15 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=f929641c5163b0bfd166382f914e3aab467d52b1;p=oweals%2Fbusybox.git Add in telnet docs. -Erik --- diff --git a/docs/busybox.pod b/docs/busybox.pod index 5e1d6d57f..0ef66e7c0 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 =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 $