summaryrefslogtreecommitdiffstats
path: root/debian/control
diff options
context:
space:
mode:
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control8
1 files changed, 5 insertions, 3 deletions
diff --git a/debian/control b/debian/control
index d67606b..92d7fb6 100644
--- a/debian/control
+++ b/debian/control
@@ -9,8 +9,9 @@ Package: bidilink
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: a general purpose Unix tool for linking two bidirectional data streams
- bidilink is a general purpose Unix tool for linking two bidirectional data streams.
- It extends the standard Unix "filter" paradigma to bidrectional streams.
+ bidilink is a general purpose Unix tool for linking two bidirectional
+ data streams. It extends the standard Unix "filter" paradigma to
+ bidrectional streams.
.
It has the following stream drivers:
* std: - STDIN, STDOUT of the process
@@ -18,6 +19,7 @@ Description: a general purpose Unix tool for linking two bidirectional data stre
* tty:TTYDEVICE - Open a TTY device (like a serial port) as client
* pty:[PTYNAME] - Allocate a pseudo TTY device as master
* tcp-client:HOSTNAME:PORT - Connect to another or the local host via TCP/IP
- * tcp-server:[IPADDRESS:]PORT - Listen on a local port and wait for an incoming connection
+ * tcp-server:[IPADDRESS:]PORT - Listen on a local port and wait for an
+ incoming connection
* unix-client:SOCKNAME - Connect to a local Unix domain socket
* unix-server:SOCKNAME - Listen on a local Unix domain socket