summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorJimmy Olgeni <olgeni@FreeBSD.org>2010-08-05 10:32:04 +0000
committerJimmy Olgeni <olgeni@FreeBSD.org>2010-08-05 10:32:04 +0000
commit4c030a62ccb1806c20eeb2239ed6c32e4c4559dd (patch)
tree0a2f3fb5b922506b93cb586d75d37912aef71de6 /net
parentRemove part of description which probably came from www/xpi-deepestsender. (diff)
Spelling and whitespace fixes.
Notes
Notes: svn path=/head/; revision=258804
Diffstat (limited to 'net')
-rw-r--r--net/unix2tcp/pkg-descr6
1 files changed, 3 insertions, 3 deletions
diff --git a/net/unix2tcp/pkg-descr b/net/unix2tcp/pkg-descr
index b19cdf0935eb..6791050cbf91 100644
--- a/net/unix2tcp/pkg-descr
+++ b/net/unix2tcp/pkg-descr
@@ -3,12 +3,12 @@ Aims:
traffic to a (remote) IP address/port
What it does:
-- Tunnels all traffic betweeb a (remote) address/port and a local UNIX socket
+- Tunnels all traffic between a (remote) address/port and a local UNIX socket
- Does NOT use fork() (single process model)
- Does use O_NONBLOCK , should be no case of blocking
-What it doesnt do (yet):
-- Doesnt limit number of concurent connections
+What it doesn't do (yet):
+- Doesn't limit number of concurrent connections
WWW: http://ahriman.bucharest.roedu.net/unix2tcp/
AUTHOR: <dizzy@roedu.net>